Update to errors

This commit is contained in:
2020-08-10 18:10:12 +01:00
parent 98cd714a1b
commit 710737431f

View File

@@ -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>");
} }