From fcf53a0976227652496e79f68a28bbac4e32db7e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Dec 2021 14:37:02 -0700 Subject: [PATCH] Don't show this until its ready for production. --- app/fax/fax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax.php b/app/fax/fax.php index aac3f9a9eb..d355b68a4a 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -287,7 +287,7 @@ $box = 'inbox'; } echo " ".$text['label-inbox']."  "; - echo " ".$text['label-outbox']."  "; + //echo " ".$text['label-outbox']."  "; } if (permission_exists('fax_sent_view')) { echo " ".$text['label-sent']."  ";