mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-23 17:08:27 +00:00
update the comment
This commit is contained in:
@@ -45,8 +45,8 @@ else {
|
||||
$id = check_str($_GET["id"]);
|
||||
}
|
||||
|
||||
//if no id then exit
|
||||
if (isset($id)) {
|
||||
//if the ID is not set then exit
|
||||
if (!isset($id)) {
|
||||
echo "ID is required.";
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user