]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
More fixes for what/action deprecation in modules.php
[mailer.git] / inc / config.php
index 536cae8378f270cbbf68cbc011ebff999c7ccba8..4cfa57bbbf36aee8a0d990951e82ed04981c2783 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");
+require(constant('PATH')."inc/mysql-connect.php");
 
 //
 ?>