Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / sponsor_ref.php
index e6326473af6798e87ae9030851126d786cd47b7b..30617e362965b856000949b0bb285353ba218764 100644 (file)
  ************************************************************************/
 
 // 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");
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Redirect only to registration page when this script is installed
 if (defined('mxchange_installed') && (isBooleanConstantAndTrue(mxchange_installed))) {