|
Hi Chuck,
When I say i'm using THIS_SCRIPT constants they are the standard vbulletin ones these are for example memberlist, index etc
for example in the vbulletin forum.php file you can see the following:
// #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'index');
define('CSRF_PROTECTION', true);
define('CSRF_SKIP_LIST', '');
define('VB_ENTRY', 'forum.php');
|