]> git.mxchange.org Git - mailer.git/blobdiff - js.php
Two tickets resolved (57/89)
[mailer.git] / js.php
diff --git a/js.php b/js.php
index d5598fb1a7e404a4cfe4ee462b0872e09451c513..73f04b5a02af12f4fc2c0cdb0598cb6d8dfe5e0d 100644 (file)
--- a/js.php
+++ b/js.php
@@ -35,7 +35,7 @@
 define('_OB_CACHING', "old");
 
 // 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;
@@ -51,7 +51,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $CSS = "1"; $GLOBALS['module'] = "js";
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Is this script installed and a JavaScript tag is provied?
 if ((isBooleanConstantAndTrue('mxchange_installed')) && (isset($_GET['tag']))) {