readded default-timezone to config.php
This commit is contained in:
parent
ef2ff369b2
commit
73bba7c52c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ include "include/tools.php";
|
|||
fwrite($configfile,"<?php\n");
|
||||
fwrite($configfile,"# This is an auto-generated config-file!\n");
|
||||
fwrite($configfile,"# Be careful, when manual editing this!\n\n");
|
||||
fwrite($configfile,"date_default_timezone_set('UTC');\n");
|
||||
fwrite($configfile, createConfigLines());
|
||||
fwrite($configfile,"?>\n");
|
||||
fclose($configfile);
|
||||
|
|
Loading…
Reference in a new issue