mirror of
https://github.com/itflow-org/itflow
synced 2026-03-14 01:34:51 +00:00
Merge pull request #774 from o-psi/Fix-Setup-Page
[Urgent] - Fix Setup Page
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user