mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Moved files check_login.php, get_settings.php, settings_localization_array.php, inc_set_timezone.php into the includes folder, we also moved /client/check_login.php into client/includes/
This commit is contained in:
@@ -19,7 +19,7 @@ if ($config_enable_setup == 0) {
|
||||
exit;
|
||||
}
|
||||
|
||||
include_once "settings_localization_array.php";
|
||||
include_once "includes/settings_localization_array.php";
|
||||
$errorLog = ini_get('error_log') ?: "Debian/Ubuntu default is usually /var/log/apache2/error.log";
|
||||
|
||||
// Get a list of all available timezones
|
||||
|
||||
Reference in New Issue
Block a user