]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigPhp.php
Set the default timezone in index.php
[github/shaarli/Shaarli.git] / application / config / ConfigPhp.php
index 19fecf2b14ee91fe927f2fbd32ee91df0e383640..f99073af583054a54c7f387e0a73247de98b9e63 100644 (file)
@@ -66,9 +66,6 @@ class ConfigPhp implements ConfigIO
             }
         }
 
-        // FIXME!
-        //$configStr .= 'date_default_timezone_set('.var_export($conf['timezone'], true).');'. PHP_EOL;
-
         if (!file_put_contents($filepath, $configStr)
             || strcmp(file_get_contents($filepath), $configStr) != 0
         ) {