From: Roland Häder Date: Tue, 17 Mar 2009 02:47:53 +0000 (+0000) Subject: Copyright added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb7283ab910ef91cc97dfa5eeb59a4851b6a5cff;p=mailer.git Copyright added --- diff --git a/inc/config.php b/inc/config.php index 8ec1329b59..8f6656178d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -57,7 +57,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', "Copyright © 2003 - 2008, by Roland Häder"); // CFG: ERROR_REPORTING @error_reporting(0);