summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-08 16:11:48 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-08 16:11:48 +0000
commit985fc0fb9779f498c5797ea302b3669553ed785f (patch)
tree01b8e3892d87fe859ecc3e28e48f37ac066cd391 /usr
parent2f50d4dfce4e9fbb0408cd210b907f7578d477f6 (diff)
downloadpfsense-985fc0fb9779f498c5797ea302b3669553ed785f.zip
pfsense-985fc0fb9779f498c5797ea302b3669553ed785f.tar.gz
Append several functions the filter_ prefix to know they are part of filter.inc as any other function in this file.
Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index fe983a8..fba4e70 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -121,7 +121,7 @@ if ($_POST) {
$input_errors[] = "A valid TCP/IP port must be specified for the webConfigurator port.";
}
- $direct_networks_list = explode(" ", get_direct_networks_list());
+ $direct_networks_list = explode(" ", filter_get_direct_networks_list());
for ($dnscounter=1; $dnscounter<5; $dnscounter++) {
$dnsitem = "dns{$dnscounter}";
$dnsgwitem = "dns{$dnscounter}gwint";
OpenPOWER on IntegriCloud