* ok, let's validate this for real (this time)

release-0.6
till 15 years ago
parent f7df6c4c4d
commit ec31b6f9f3

@ -137,7 +137,7 @@ foreach ($ini_checks as $var => $val) {
} else {
switch ($var) {
case 'date.timezone':
if (date_default_timezone_get() === false) {
if (date_default_timezone_set($status) === false) {
$RCI->fail($var, "is '$status', but the settings is wrong");
echo '<br />';
continue;

Loading…
Cancel
Save