mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update gateway_delete.php
This commit is contained in:
@@ -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"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user