Skip to navigation
How to use global $HTTP_GET_VARS with xcart 4.3?
07.12.13
Reply
Anonymous
in top.inc.php search for the line if (!in_array($__key, array("GLOBALS", "_GET", "_POST", "_SERVER", "_ENV", "_COOKIE", "_FILES", "_SESSION", "__key", "__val", "HTTP_RAW_POST_DATA"))) and add HTTP_GET_VARS to array so that it should look like: if (!in_array($__key, array("GLOBALS", "_GET", "_POST", "_SERVER", "_ENV", "_COOKIE", "_FILES", "_SESSION", "__key", "__val", "HTTP_RAW_POST_DATA","HTTP_GET_VARS")))
07.12.13
Reply
Anonymous
Information Epoch 1732467139
Live free or die.
Home
Notebook
Contact us