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