Quote:
Originally Posted by Paul M
Just adding the generic disable hooks define to your config.php would also allow you back in.
PHP Code:
// Disable Hooks define('DISABLE_HOOKS',true);
|
Quote:
Originally Posted by ozzy47
Paul, If I understand this mod correctly, it does not use hooks, it can not be disabled that way.
So the way to disable it is the way I said in post #83 and as theOP described in post #2
|
I just added both to my config.php and left them commented out..
In that case, when the inevitable day comes where I have to use them, I know they are there...
I guess next I have to protect the
includes folder..