diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-01-23 18:56:33 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-01-23 18:56:33 -0500 |
commit | 758ea2ed160802c392463c2f043cbc1cee28591f (patch) | |
tree | fb7c71a65dce04f2c0aac22926531f40bfb102b9 /config/vhosts | |
parent | 58cf0204a4722077ac3b11c81798603a28197677 (diff) | |
download | pfsense-packages-758ea2ed160802c392463c2f043cbc1cee28591f.tar.gz pfsense-packages-758ea2ed160802c392463c2f043cbc1cee28591f.tar.bz2 pfsense-packages-758ea2ed160802c392463c2f043cbc1cee28591f.zip |
Set the active tab to true
Diffstat (limited to 'config/vhosts')
-rw-r--r-- | config/vhosts/vhosts_php.tmp | 2 | ||||
-rw-r--r-- | config/vhosts/vhosts_php_edit.tmp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/vhosts/vhosts_php.tmp b/config/vhosts/vhosts_php.tmp index 4b13383e..09b20ef7 100644 --- a/config/vhosts/vhosts_php.tmp +++ b/config/vhosts/vhosts_php.tmp @@ -48,7 +48,7 @@ include("head.inc"); <?php $tab_array = array(); - $tab_array[] = array(gettext("Settings"), false, "/packages/vhosts/vhosts_php.php"); + $tab_array[] = array(gettext("Settings"), true, "/packages/vhosts/vhosts_php.php"); display_top_tabs($tab_array); ?> diff --git a/config/vhosts/vhosts_php_edit.tmp b/config/vhosts/vhosts_php_edit.tmp index d9635a94..21d7927b 100644 --- a/config/vhosts/vhosts_php_edit.tmp +++ b/config/vhosts/vhosts_php_edit.tmp @@ -184,7 +184,7 @@ function show_advanced_config() { <?php $tab_array = array(); - $tab_array[] = array(gettext("Settings"), false, "/packages/vhosts/vhosts_php.php"); + $tab_array[] = array(gettext("Settings"), true, "/packages/vhosts/vhosts_php.php"); display_top_tabs($tab_array); ?> |