summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-07 22:41:47 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-07 22:41:47 +0000
commit0ef026e88b002dd3938434f10c48e1245a868054 (patch)
tree538f2ce252e010762886eaa4f8a19a77033ce1a1 /etc
parentccbd2447cfe2e0525cbaa98d8c4c9c7c3e34503a (diff)
downloadpfsense-0ef026e88b002dd3938434f10c48e1245a868054.zip
pfsense-0ef026e88b002dd3938434f10c48e1245a868054.tar.gz
Remove quotes
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index b6b883a..aff4453 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -213,7 +213,7 @@ function system_routing_configure() {
}
while (!feof($fd)) {
$oldrt = trim(fgets($fd));
- if (($oldrt) && (stristr($route_str, "$oldrt")))
+ if (($oldrt) && (stristr($route_str, $oldrt)))
mwexec("/sbin/route delete " . escapeshellarg($oldrt));
}
fclose($fd);
OpenPOWER on IntegriCloud