diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index 62d9c2f846..23b982d5c0 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -47,10 +47,8 @@ $order = check_str($_GET["order"]); //get fax extension - if (strlen($_GET['id']) > 0) { - if (is_uuid($_GET["id"])) { - $fax_uuid = $_GET["id"]; - } + if (isset($_GET['id']) && is_uuid($_GET["id"])) { + $fax_uuid = $_GET["id"]; if (if_group("superadmin") || if_group("admin")) { //show all fax extensions $sql = "select fax_name, fax_extension from v_fax "; @@ -239,6 +237,7 @@ $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; +//show the fax files echo "
| \n"; echo " |