Added Update Successful message and auto redirect back

This commit is contained in:
johnnyq 2021-11-20 16:45:50 -05:00
parent 5aa02e346a
commit 627edc92b1
1 changed files with 4 additions and 0 deletions

View File

@ -855,6 +855,10 @@ if(isset($_GET['update'])){
//exec("git fetch --all");
//exec("git reset --hard origin/master");
$_SESSION['alert_message'] = "Update Successful!";
header("Location: " . $_SERVER["HTTP_REFERER"]);
}
if(isset($_POST['add_client'])){