mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Timezone to the DB settings option will come soon also added 3 sec wait between Application Updates and DB Updates to fix issue where after update and DB has an update but does not show it
This commit is contained in:
4
post.php
4
post.php
@@ -1809,6 +1809,8 @@ if(isset($_GET['update'])){
|
||||
|
||||
$_SESSION['alert_message'] = "Updates successful";
|
||||
|
||||
sleep(3);
|
||||
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
|
||||
}
|
||||
@@ -1828,6 +1830,8 @@ if(isset($_GET['update_db'])){
|
||||
|
||||
$_SESSION['alert_message'] = "Database structure update successful";
|
||||
|
||||
sleep(3);
|
||||
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user