mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change GET fax_uuid to id
This commit is contained in:
@@ -21,7 +21,7 @@ else {
|
||||
|
||||
//get the fax_uuid
|
||||
if (count($_GET) > 0) {
|
||||
$fax_uuid = check_str($_GET["fax_uuid"]);
|
||||
$fax_uuid = check_str($_GET["id"]);
|
||||
}
|
||||
|
||||
//additional includes
|
||||
|
||||
Reference in New Issue
Block a user