]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Even more constants/language strings rewritten, merge_array() now logs debug messages
[mailer.git] / index.php
index fc1220d82995f79ef09d1c2f335d9ee7e41dc342..9142d90b424af8d7cca30c3472d5211e43c28302 100644 (file)
--- a/index.php
+++ b/index.php
@@ -33,7 +33,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;
@@ -43,7 +43,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['module'] = "index";
 
 // Load config.php
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {