CSS variable set in all root scripts
[mailer.git] / login.php
index 27537535c73151ea252ba2906d4315449c02bb52..afeee167604d1b7e90bf42148d4196547f356f8a 100644 (file)
--- a/login.php
+++ b/login.php
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
-require_once("inc/libs/security_functions.php");
+require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
 global $what, $action;
@@ -41,6 +41,9 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // Set module
 $GLOBALS['module'] = "login";
 
+// Set "CSS-Mode"
+$CSS = "0";
+
 // Load the required file(s)
 require("inc/config.php");