Project

General

Profile

« Previous | Next » 

Revision 3901843a

Added by Scott Ullrich over 16 years ago

Do not remove shaper config unless stepid > 0

View differences:

usr/local/www/wizard.php
222 222
	} else {
223 223
		$ip = "/";
224 224
	}
225
	if($xml == "traffic_shaper_wizard.xml") {
225
	if($xml == "traffic_shaper_wizard.xml" && $_REQUEST['stepid'] > "0") {
226 226
		echo "<a href='/firewall_shaper.php?remove=remove'>";
227 227
	} else {
228 228
		echo "<a href='$ip'>";

Also available in: Unified diff