X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fdefault%2Ftheme.php;h=69305dd9e8a607dd37e4e097188d2cb7f8c9e42b;hb=15e0995f7a4a4b2c9b1b1a9273f785cf13605829;hp=bce4ec5318a78c80d5dcc14435ba21760f979de7;hpb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;p=mailer.git diff --git a/theme/default/theme.php b/theme/default/theme.php index bce4ec5318..69305dd9e8 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -37,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // END - if // @@ -53,7 +53,7 @@ $GLOBALS['theme_data']['author'] = 'Roland Häder'; $GLOBALS['theme_data']['email'] = 'webmaster@mxchange.org'; // URL where you have uploaded it -$GLOBALS['theme_data']['url'] = 'http://www.mxchange.org'; +$GLOBALS['theme_data']['url'] = 'http://mxchange.org'; // Version number $GLOBALS['theme_data']['version'] = '0.0.0';