Add the log link to fax

This commit is contained in:
Mark Crane
2014-09-09 16:49:58 +00:00
parent 3725ad27e0
commit f9ae84631c
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ else {
}
//get the id
if (count($_GET)>0) {
if (count($_GET) > 0) {
$id = check_str($_GET["id"]);
}