X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js.php;h=73f04b5a02af12f4fc2c0cdb0598cb6d8dfe5e0d;hp=d5598fb1a7e404a4cfe4ee462b0872e09451c513;hb=84317e249885eb03a99f2946acf285ff27d506ac;hpb=8ece7fd45c386f7ccd60f9c4800ad207602b0240 diff --git a/js.php b/js.php index d5598fb1a7..73f04b5a02 100644 --- 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']))) {