global $what, $action;
$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+// Set "CSS-Mode"
+$CSS = "0";
+
// Set module
$GLOBALS['module'] = "index";
// Set module
$GLOBALS['module'] = "lead-confirm";
+// Set "CSS-Mode"
+$CSS = "0";
+
// Load config.php
require("inc/config.php");
// Set module
$GLOBALS['module'] = "login";
+// Set "CSS-Mode"
+$CSS = "0";
+
// Load the required file(s)
require("inc/config.php");
// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
require("inc/libs/security_functions.php");
+// Init "action" and "what"
+global $what, $action;
+$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+
+// Set module
+$GLOBALS['module'] = "sponsor_confirm";
+
+// Set "CSS-Mode"
+$CSS = "0";
+
// Load the required file(s)
require("inc/config.php");
// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
require("inc/libs/security_functions.php");
+// Init "action" and "what"
+global $what, $action;
+$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+
+// Set module
+$GLOBALS['module'] = "sponsor_ref";
+
+// Set "CSS-Mode"
+$CSS = "0";
+
// Load the required file(s)
require("inc/config.php");