The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
global_bootstrap_init_start code causing 301 redirects
I have got this the following code in global_bootstrap_init_start hook for Janrain plugin.
Code:
$engage_token = $vbulletin->input->clean_gpc('p', 'token', TYPE_STR); $engage_callback = $vbulletin->input->clean_gpc('g', 'engage_callback', TYPE_INT); $add_engage_identifier = $vbulletin->input->clean_gpc('g', 'add_engage_identifier', TYPE_INT); When accessing the URL http://<domain-name>/ it is redirecting to http://<domain-name>/?engage_callback=0&add_engage_identifier=0 Would anyone know how to fix this?Regards |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|