]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
config.php partly solved, see #117
[mailer.git] / lead-confirm.php
index 53c2bfaaf699df4179436990408fb3e50bd3c4da..3078aa5b47e7bc33869c4e14d79385810e94910c 100644 (file)
@@ -36,7 +36,7 @@
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
-// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
+// Load security stuff here
 require('inc/libs/security_functions.php');
 
 // Init "action" and "what"
@@ -51,7 +51,7 @@ $GLOBALS['module'] = 'lead-confirm';
 $GLOBALS['output_mode'] = '0';
 
 // Load config.php
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Is the script installed?
 if (isInstalled()) {