]> git.mxchange.org Git - mailer.git/blobdiff - mailid.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / mailid.php
index d1bae743d07eda8393ac191dcb1d2ff5581e6847..5a33578dea7c3db9ff156e507018b0f8a8e60a87 100644 (file)
@@ -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;
@@ -42,7 +42,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['module'] = "mailid"; $CSS = -1;
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Is the extension active