]> git.mxchange.org Git - mailer.git/blobdiff - click.php
and rewritten to functions
[mailer.git] / click.php
index ee59e6f82511faf8d6c7812e75b5da6827a77617..e7c7e4d04b2ad2fad530cd4c51df0d4bc3e42147 100644 (file)
--- a/click.php
+++ b/click.php
  ************************************************************************/
 
 // 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;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 
 // Set module
-$GLOBALS['module'] = "click"; $CSS = -1;
+$GLOBALS['module'] = "click"; $GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");