]> git.mxchange.org Git - mailer.git/blobdiff - login.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / login.php
index 3d9dab567bc267788eefe9b48b0bd308c10d3278..d1eaf6c640eeaa3d641c22a291045d87113912ff 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;
@@ -42,7 +42,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['module'] = "login";
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {