mirror of https://github.com/itflow-org/itflow
Merge pull request #774 from o-psi/Fix-Setup-Page
[Urgent] - Fix Setup Page
This commit is contained in:
commit
9806fc9283
|
|
@ -16,7 +16,7 @@ if ($config_enable_setup == 0) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
include_once("settings_localization_arrays.php");
|
include_once("settings_localization_array.php");
|
||||||
// Get a list of all available timezones
|
// Get a list of all available timezones
|
||||||
$timezones = DateTimeZone::listIdentifiers();
|
$timezones = DateTimeZone::listIdentifiers();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue