mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
8 lines
154 B
PHP
8 lines
154 B
PHP
<?php
|
|
|
|
$db->exec('DROP TABLE IF EXISTS `' . TABLE_PREFIX . 'hooks`;');
|
|
|
|
$cache = Cache::getInstance();
|
|
if($cache->enabled()) {
|
|
$cache->delete('hooks');
|
|
} |