Quote:
Originally Posted by acegames
you could just add this to top of vbshout.php
define('CSRF_SKIP_LIST', 'action_one,action_two'); underneath line : define('THIS_SCRIPT', 'vbshout');
But this will need updating as it stops the vbshout using the security token protection
|
I think ace meant like the following...
Code:
// ---------------------------------------------------
// Start Define Important Constants
// ---------------------------------------------------
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'vbshout');
define('CSRF_SKIP_LIST', 'action_one,action_two');
EDIT:
Tried this fix and it didn't work. Same as everyone else's problems.
Shouts cannot be made and /prune does not function.