summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-07 16:58:51 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-07 16:58:51 +0000
commit2576dace68e48d9e3af199f80dbe1f58dcf1722c (patch)
tree18209572624a1be58b940410d038748265b23463 /usr
parent045f0cbb39732b0216a95db7748b219ca9460e43 (diff)
downloadpfsense-2576dace68e48d9e3af199f80dbe1f58dcf1722c.zip
pfsense-2576dace68e48d9e3af199f80dbe1f58dcf1722c.tar.gz
traffic shaping wizards are no longer special and they never should be!
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/wizard.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 64a5229..5253caa 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -216,11 +216,7 @@ function enablechange() {
} else {
$ip = "/";
}
- if($xml == "traffic_shaper_wizard.xml") {
- echo "<a href='/firewall_shaper.php?remove=remove'>";
- } else {
- echo "<a href='$ip'>";
- }
+ echo "<a href='$ip'>";
?>
<img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a>
<p>
OpenPOWER on IntegriCloud