X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=9b628c6beac0a9f43bcedc34a42ae8c4e45ad6b3;hb=6e330f2225c41cee4a8296913b1c02cf9b380212;hp=adc11f9bc4405087983e996c0ebeebeb75131eb9;hpb=310f3ca0079a03eaa627f94b65486e4547aeb3d9;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index adc11f9b..9b628c6b 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,12 @@ // http://sebsauvage.net/wiki/doku.php?id=php:shaarli // Licence: http://www.opensource.org/licenses/zlib-license.php // Requires: php 5.1.x (but autocomplete fields will only work if you have php 5.2.x) +// ----------------------------------------------------------------------------------------------- +// NEVER TRUST IN PHP.INI +// Some hosts do not define a default timezone in php.ini, +// so we have to do this for avoid the strict standard error. +date_default_timezone_set('UTC'); + // ----------------------------------------------------------------------------------------------- // Hardcoded parameter (These parameters can be overwritten by creating the file /config/options.php) $GLOBALS['config']['DATADIR'] = 'data'; // Data subdirectory