X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=08efc24050ede7470e8ebea99d3fe578de8fc872;hb=0544b579eb35a23bf1844a632fa7afd699d3205d;hp=50e9548c9e17f1fc0e2a7fb7adbebe2b0ec41b0b;hpb=4394f29aa38d7bc352a00b797a855f32c2eac8a2;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index 50e9548c9e..08efc24050 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -46,6 +44,12 @@ if (!defined('__SECURITY')) { * PLEASE DO NOT EDIT THE COMMENTS! install.php NEEDS THEM! * ************************************************************************/ +// Proper function exists? +if (function_exists('date_default_timezone_set')) { + // Set default timezone to Europe/Berlin (because I'm from Germany) + @date_default_timezone_set('Europe/Berlin'); +} // END - if + // CFG: ERROR_REPORTING error_reporting(E_ALL | E_STRICT); @@ -61,7 +65,7 @@ foreach (array('config','wrapper','template','module','inc','stats') as $inc) { } // END - foreach // Own functions -include($PATH.'inc/functions.php'); +include($PATH . 'inc/functions.php'); // Auto-detection... (patched by "Stelzi" aka. profi-concept, thanks again!) $URL = 'http://' . detectServerName() . str_replace("\\", '/', dirname($_SERVER['PHP_SELF'])); @@ -92,7 +96,7 @@ setConfigEntry('COPY', 'Copyright © 2003 - 2009, by Roland Häder,