diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-12 21:42:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-12 21:42:09 +0000 |
commit | 04560a495f1b39cca39f031f3325cc29d1757123 (patch) | |
tree | a7e26ba50499beb4cea562111aaa3e2a8a22642e /usr/local | |
parent | 38c9cc91ad1b5cce181915e214fe073973499d10 (diff) | |
download | pfsense-04560a495f1b39cca39f031f3325cc29d1757123.zip pfsense-04560a495f1b39cca39f031f3325cc29d1757123.tar.gz |
Redirect to status_queues.php after wizard.
Suggested-by: Hoba
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 2 |
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 |