diff options
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigPhp.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/config/ConfigPhp.php b/application/config/ConfigPhp.php index 19fecf2b..f99073af 100644 --- a/application/config/ConfigPhp.php +++ b/application/config/ConfigPhp.php | |||
@@ -66,9 +66,6 @@ class ConfigPhp implements ConfigIO | |||
66 | } | 66 | } |
67 | } | 67 | } |
68 | 68 | ||
69 | // FIXME! | ||
70 | //$configStr .= 'date_default_timezone_set('.var_export($conf['timezone'], true).');'. PHP_EOL; | ||
71 | |||
72 | if (!file_put_contents($filepath, $configStr) | 69 | if (!file_put_contents($filepath, $configStr) |
73 | || strcmp(file_get_contents($filepath), $configStr) != 0 | 70 | || strcmp(file_get_contents($filepath), $configStr) != 0 |
74 | ) { | 71 | ) { |