mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
Added Update Successful message and auto redirect back
This commit is contained in:
4
post.php
4
post.php
@@ -855,6 +855,10 @@ if(isset($_GET['update'])){
|
|||||||
//exec("git fetch --all");
|
//exec("git fetch --all");
|
||||||
//exec("git reset --hard origin/master");
|
//exec("git reset --hard origin/master");
|
||||||
|
|
||||||
|
$_SESSION['alert_message'] = "Update Successful!";
|
||||||
|
|
||||||
|
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($_POST['add_client'])){
|
if(isset($_POST['add_client'])){
|
||||||
|
|||||||
Reference in New Issue
Block a user