]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / inc / config.php
index c645e2e263cf3a6d8935606b22bd1980f5097f87..5e6307bbd6ca4e426b69bab8c022228a141715c5 100644 (file)
@@ -162,7 +162,7 @@ define('SSL_COOKIES', false);
 define('ENABLE_BACKLINK', true);
 
 // Connect to the MySQL database...
 define('ENABLE_BACKLINK', true);
 
 // Connect to the MySQL database...
-LOAD_INC_ONCE("inc/mysql-connect.php");
+require(PATH."inc/mysql-connect.php");
 
 //
 ?>
 
 //
 ?>