Update gateway_delete.php

This commit is contained in:
FusionPBX
2019-03-08 14:13:16 -07:00
committed by GitHub
parent d9ffd80138
commit 0bc846df56

View File

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