Update to errors
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
$newURL = "/";
|
$newURL = "/";
|
||||||
echo("<script>window.location = '$newURL'</script>");
|
echo("<script>window.location = '$newURL'</script>");
|
||||||
} else {
|
} else {
|
||||||
$alert = array("danger", "You are not authorised to close this request.");
|
$alert = array("danger", "You are not authorised to reopen this request.");
|
||||||
$newURL = "/view?rid=" . $request['uuid'];
|
$newURL = "/view?rid=" . $request['uuid'];
|
||||||
echo("<script>window.location = '$newURL'</script>");
|
echo("<script>window.location = '$newURL'</script>");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user