Update gateway_delete.php
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//delete the gateway
|
//delete the gateway
|
||||||
if (is_array($_GET["id"])) {
|
if (is_uuid($_GET["id"])) {
|
||||||
//set the variable
|
//set the variable
|
||||||
$id = check_str($_GET["id"]);
|
$id = check_str($_GET["id"]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user