Change GET fax_uuid to id
This commit is contained in:
@@ -21,7 +21,7 @@ else {
|
|||||||
|
|
||||||
//get the fax_uuid
|
//get the fax_uuid
|
||||||
if (count($_GET) > 0) {
|
if (count($_GET) > 0) {
|
||||||
$fax_uuid = check_str($_GET["fax_uuid"]);
|
$fax_uuid = check_str($_GET["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//additional includes
|
//additional includes
|
||||||
|
|||||||
Reference in New Issue
Block a user