This commit is contained in:
Seth Mos 2008-11-07 12:29:06 +00:00
parent 6e867889b4
commit b0e480771d

View File

@ -241,7 +241,7 @@ function system_routing_configure() {
return 1;
}
while (!feof($fd)) {
$oldrt = fgets($fd);
$oldrt = trim(fgets($fd));
if (($oldrt) && (stristr($route_str, $oldrt)))
mwexec("/sbin/route delete " . escapeshellarg($oldrt));
}