]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 2f99b68a26c01694ae45c849469edc5c0d124358..123ff8054fe87e51bf0dfbd2c96d2fece20b44ec 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
  ************************************************************************/
 
 // 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;
 
 // Init "action" and "what"
 global $what, $action, $startTime;
@@ -46,7 +46,7 @@ $CSS = -1;
 $msg = null;
 
 // Load the required file(s)
 $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")) {
 
 // Is the "beg" extension active?
 if (!EXT_IS_ACTIVE("beg")) {