Update apps_delete.php
Missing Bracket ')'
This commit is contained in:
@@ -39,7 +39,7 @@ else {
|
|||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//get the id
|
//get the id
|
||||||
if (is_uuid($_GET["id"]) {
|
if (is_uuid($_GET["id"])) {
|
||||||
|
|
||||||
$app_uuid = $_GET["id"];
|
$app_uuid = $_GET["id"];
|
||||||
|
|
||||||
@@ -98,4 +98,4 @@ else {
|
|||||||
header("Location: apps.php");
|
header("Location: apps.php");
|
||||||
return;
|
return;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user