mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Cleanups.
Remove default 192.168.42.42/32 allow. Restore missing app/fax/resources/functions/parse_attachments.php to satisfy pre-existing include Fix so sql in voicemail app works if var undefined. Warning: don't know if non Mariadb's like cast(...) . Cleanup close in event socket.
This commit is contained in:
@@ -48,9 +48,6 @@
|
||||
else {
|
||||
$xml_string = "<configuration name=\"acl.conf\" description=\"Network Lists\">\n";
|
||||
$xml_string .= " <network-lists>\n";
|
||||
$xml_string .= " <list name=\"lan\" default=\"allow\">\n";
|
||||
$xml_string .= " <node type=\"allow\" cidr=\"192.168.42.42/32\"/>\n";
|
||||
$xml_string .= " </list>\n";
|
||||
$xml_string .= " <list name=\"domains\" default=\"deny\">\n";
|
||||
$xml_string .= " <node type=\"allow\" domain=\"".$_SESSION['domain_name']."\"/>\n";
|
||||
$xml_string .= " </list>\n";
|
||||
|
||||
Reference in New Issue
Block a user