X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=4cfa57bbbf36aee8a0d990951e82ed04981c2783;hb=2271b257e04ecbecf1c1e9fe91cd948b50e1ded4;hp=b01adc681041776405c917b509eb36a36a87be96;hpb=87dc69ba8951e298966881cbb83dfaeebe30a0ff;p=mailer.git diff --git a/inc/config.php b/inc/config.php index b01adc6810..4cfa57bbbf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -52,7 +52,7 @@ if (function_exists('date_default_timezone_set')) { define('VERSION', "v0.2.1"); define('AUTHOR' , "Roland Häder"); define('TITLE', "MXChange - Mail Exchange"); -define('COPY', "© 2003 - 2008, by Roland Häder"); +define('COPY', "© 2003 - 2008, by Roland Häder"); // CFG: ERROR_REPORTING @error_reporting(0); @@ -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"); // ?>