]> git.mxchange.org Git - mailer.git/blobdiff - debug.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / debug.php
index f08058f0d9b0508380728717029c910b23bf15c5..492fe3654853b49f4263a68d133f4a1c7e6e8c4a 100644 (file)
--- a/debug.php
+++ b/debug.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;
@@ -43,7 +43,7 @@ $GLOBALS['action'] = "";
 $GLOBALS['module'] = "debug"; $CSS = -1;
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Redirect only to registration page when this script is installed
 if ((isBooleanConstantAndTrue('mxchange_installed')) && (getTotalFatalErrors() == 0)) {