[URGENT] how to disable all hacks??

lordsyntax

New Member
right after the
PHP:
<?php
line in your config.php add this
PHP:
define('DISABLE_HOOKS', true);

Save it and all plugins will be disabled
 
Top