From 1c6a4769a337f914e95d2e7637db549193dff7ff Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 27 Jan 2022 08:40:08 -0700 Subject: [PATCH] Change lan to rfc1918 --- app/access_controls/app_defaults.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/access_controls/app_defaults.php b/app/access_controls/app_defaults.php index e96c4612cb..dc4b97f3c3 100644 --- a/app/access_controls/app_defaults.php +++ b/app/access_controls/app_defaults.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016 + Portions created by the Initial Developer are Copyright (C) 2016 - 2022 the Initial Developer. All Rights Reserved. Contributor(s): @@ -46,8 +46,11 @@ else { $xml_string = "\n"; $xml_string .= " \n"; - $xml_string .= " \n"; - $xml_string .= " \n"; + $xml_string .= " \n"; + $xml_string .= " \n"; + $xml_string .= " \n"; + $xml_string .= " \n"; + $xml_string .= " \n"; $xml_string .= " \n"; $xml_string .= " \n"; $xml_string .= " \n";