summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-18 20:56:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-18 20:56:46 +0000
commit195c258a9705c11ebd35a9e8d858de913ed605e2 (patch)
treeeab2df950b1d5755d37ba12a6be6a6213f5e7b47 /etc
parentfef3a8efd27f40aa8663e0eb5eed8b8b45d6e77a (diff)
downloadpfsense-195c258a9705c11ebd35a9e8d858de913ed605e2.zip
pfsense-195c258a9705c11ebd35a9e8d858de913ed605e2.tar.gz
Turn off debugging that slipped in
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 5e4910e..63e755f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -192,8 +192,6 @@ function system_routing_configure() {
foreach ($config['staticroutes']['route'] as $rtent) {
if(isset($rtent['interfacegateway'])) {
- echo "/sbin/route add " . escapeshellarg($rtent['network']) .
- " -iface " . escapeshellarg(convert_friendly_interface_to_real_interface_name($rtent['interface']));
mwexec("/sbin/route add " . escapeshellarg($rtent['network']) .
" -iface " . escapeshellarg(convert_friendly_interface_to_real_interface_name($rtent['interface'])));
} else {
OpenPOWER on IntegriCloud