X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=beg.php;h=123ff8054fe87e51bf0dfbd2c96d2fece20b44ec;hp=2f99b68a26c01694ae45c849469edc5c0d124358;hb=84317e249885eb03a99f2946acf285ff27d506ac;hpb=8ece7fd45c386f7ccd60f9c4800ad207602b0240 diff --git a/beg.php b/beg.php index 2f99b68a26..123ff8054f 100644 --- a/beg.php +++ b/beg.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, $startTime; @@ -46,7 +46,7 @@ $CSS = -1; $msg = null; // Load the required file(s) -require_once("inc/config.php"); +require("inc/config.php"); // Is the "beg" extension active? if (!EXT_IS_ACTIVE("beg")) {