CSS variable set in all root scripts
authorRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 00:05:21 +0000 (00:05 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 00:05:21 +0000 (00:05 +0000)
index.php
lead-confirm.php
login.php
sponsor_confirm.php
sponsor_ref.php

index c19e9a2f7700ba38b02a3ecfa66fb67a3c0127fb..f52f5fb2de9d581acf5d6b1d38ac00fbe22ec7bd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -39,6 +39,9 @@ require("inc/libs/security_functions.php");
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 
+// Set "CSS-Mode"
+$CSS = "0";
+
 // Set module
 $GLOBALS['module'] = "index";
 
 // Set module
 $GLOBALS['module'] = "index";
 
index 25662f7b5f09b42ab2f89ed6ded5eb805916fbf6..1214fec931112e559a7dd993d2e23fb053ac492b 100644 (file)
@@ -42,6 +42,9 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // Set module
 $GLOBALS['module'] = "lead-confirm";
 
 // Set module
 $GLOBALS['module'] = "lead-confirm";
 
+// Set "CSS-Mode"
+$CSS = "0";
+
 // Load config.php
 require("inc/config.php");
 
 // Load config.php
 require("inc/config.php");
 
index d1eaf6c640eeaa3d641c22a291045d87113912ff..afeee167604d1b7e90bf42148d4196547f356f8a 100644 (file)
--- a/login.php
+++ b/login.php
@@ -41,6 +41,9 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // Set module
 $GLOBALS['module'] = "login";
 
 // Set module
 $GLOBALS['module'] = "login";
 
+// Set "CSS-Mode"
+$CSS = "0";
+
 // Load the required file(s)
 require("inc/config.php");
 
 // Load the required file(s)
 require("inc/config.php");
 
index 7bc65670dfe160d6194949462ec933acc50806fe..32fbdd51953852d6c3780b4c109c3ae6401e2fe5 100644 (file)
 // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
 require("inc/libs/security_functions.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 the required file(s)
 require("inc/config.php");
 
index cd35f52e164e2ba1a11f05ca2cbb5de00436366b..ba8819687e80c882f3f3c1b7f59dc932b1b76f18 100644 (file)
 // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
 require("inc/libs/security_functions.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");
 
 // Load the required file(s)
 require("inc/config.php");