Update gateway_delete.php

This commit is contained in:
FusionPBX 2019-03-08 14:13:16 -07:00 committed by GitHub
parent f39bf76f73
commit c25db66ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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