Revision 2576dace
Added by Ermal Luçi over 17 years ago
usr/local/www/wizard.php | ||
---|---|---|
216 | 216 |
} else { |
217 | 217 |
$ip = "/"; |
218 | 218 |
} |
219 |
if($xml == "traffic_shaper_wizard.xml") { |
|
220 |
echo "<a href='/firewall_shaper.php?remove=remove'>"; |
|
221 |
} else { |
|
222 |
echo "<a href='$ip'>"; |
|
223 |
} |
|
219 |
echo "<a href='$ip'>"; |
|
224 | 220 |
?> |
225 | 221 |
<img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a> |
226 | 222 |
<p> |
Also available in: Unified diff
traffic shaping wizards are no longer special and they never should be!