X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=37b8adebacb918b0023de21a4a9ceab8f0169e5a;hb=082398d5872064d3911c62b085e8a134569f626b;hp=6f0a13063bb8e9da64c48a805d175d13efcfb5d9;hpb=ca256746fe0757a23df4064824c8fe2087ad5634;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index 6f0a13063b..37b8adebac 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -53,7 +53,7 @@ if (function_exists('date_default_timezone_set')) { // CFG: ERROR-REPORTING error_reporting(E_ALL | E_DEPRECATED | E_STRICT); -// Is the function there? (removed in PHP 5.4.x) +// Is the function there? (removed in PHP 5.4.0) if (function_exists('import_request_variables')) { // CFG: REGISTER-GLOBALS @import_request_variables(''); @@ -102,7 +102,7 @@ setConfigEntry('AUTHOR' , 'Roland Häder'); setConfigEntry('TITLE', 'Mailer-Project'); // CFG: COPY -setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2012 by Mailer Developer Team'); +setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,
2009 - 2013 by Mailer Developer Team'); // CFG: CACHE-PATH setConfigEntry('CACHE_PATH', 'inc/cache/');