X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=4cfa57bbbf36aee8a0d990951e82ed04981c2783;hp=536cae8378f270cbbf68cbc011ebff999c7ccba8;hb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;hpb=3df5cfd765d32de200a4db2a21a04cb2fde40b23 diff --git a/inc/config.php b/inc/config.php index 536cae8378..4cfa57bbbf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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"); // ?>