diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-20 19:51:01 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-20 19:51:01 -0400 |
commit | 1ad7c624d100a7c75486c71687a1aab85868b6de (patch) | |
tree | c4fe8521db03c980c8a15f8614528f1f0fd084d4 | |
parent | cec4d5d7691d641da7f91a835bcfca06ab401c52 (diff) | |
download | pfsense-packages-1ad7c624d100a7c75486c71687a1aab85868b6de.tar.gz pfsense-packages-1ad7c624d100a7c75486c71687a1aab85868b6de.tar.bz2 pfsense-packages-1ad7c624d100a7c75486c71687a1aab85868b6de.zip |
Unreak
-rw-r--r-- | config/apache_mod_security/apache_mod_security_settings.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/apache_mod_security/apache_mod_security_settings.xml b/config/apache_mod_security/apache_mod_security_settings.xml index 7b463201..d070502c 100644 --- a/config/apache_mod_security/apache_mod_security_settings.xml +++ b/config/apache_mod_security/apache_mod_security_settings.xml @@ -42,16 +42,15 @@ <version>1.0</version> <title>Settings</title> <aftersaveredirect>pkg_edit.php?xml=apache_mod_security_settings.xml&id=0</aftersaveredirect> - <include_file>/usr/local/pkg/apache_mod_security.inc</include_file> <tabs> <tab> <text>Proxy Server Settings</text> <url>/pkg.php?xml=apache_mod_security_settings.xml&id=0</url> + <active/> </tab> <tab> <text>Site Proxies</text> <url>/pkg.php?xml=apache_mod_security.xml</url> - <active/> </tab> </tabs> <fields> @@ -64,7 +63,13 @@ <field> <fielddescr>Global site URL (FQDN)</fielddescr> <fieldname>globalsiteurl</fieldname> - <description>Enter the site global site URL<br/>NOTE: Leave blank to use this devices hostname.</description> + <description> + <![CDATA[ + Enter the site global site URL. + <br/> + NOTE: Leave blank to use this devices hostname. + ]]> + </description> <type>input</type> </field> <field> @@ -84,4 +89,5 @@ </custom_php_validation_command> <custom_php_resync_config_command> </custom_php_resync_config_command> + <include_file>/usr/local/pkg/apache_mod_security.inc</include_file> </packagegui>
\ No newline at end of file |