]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / config.php
index 536cae8378f270cbbf68cbc011ebff999c7ccba8..c645e2e263cf3a6d8935606b22bd1980f5097f87 100644 (file)
@@ -162,7 +162,7 @@ define('SSL_COOKIES', false);
 define('ENABLE_BACKLINK', true);
 
 // Connect to the MySQL database...
-require_once(PATH."inc/mysql-connect.php");
+LOAD_INC_ONCE("inc/mysql-connect.php");
 
 //
 ?>