Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / install.php
index b6f2416d36315c62db112e7984b0c574303ea633..213a6485eaf7401f7435ad2389d25e90ee8cc821 100644 (file)
@@ -45,7 +45,7 @@
 define('mxchange_installing', true);
 
 // Load security system
-require_once("inc/libs/security_functions.php");
+require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
 global $what, $action;
@@ -59,7 +59,7 @@ $CSS = 0;
 $GLOBALS['module'] = "install";
 
 // Load config file
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Header
 LOAD_INC("inc/header.php");