summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 21:42:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 21:42:09 +0000
commit04560a495f1b39cca39f031f3325cc29d1757123 (patch)
treea7e26ba50499beb4cea562111aaa3e2a8a22642e /usr/local/www
parent38c9cc91ad1b5cce181915e214fe073973499d10 (diff)
downloadpfsense-04560a495f1b39cca39f031f3325cc29d1757123.zip
pfsense-04560a495f1b39cca39f031f3325cc29d1757123.tar.gz
Redirect to status_queues.php after wizard.
Suggested-by: Hoba
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index a19c9b2..8308cff 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1346,7 +1346,7 @@
<stepsubmitphpaction>
$config['shaper']['enable'] = TRUE;
filter_configure();
- header("Location: /");
+ header("Location: /status_queues.php");
</stepsubmitphpaction>
</step>
</pfsensewizard> \ No newline at end of file
OpenPOWER on IntegriCloud