diff options
author | Stephane Lapie <stephane.lapie@asahinet.com> | 2013-11-13 12:29:45 +0900 |
---|---|---|
committer | Stephane Lapie <stephane.lapie@asahinet.com> | 2013-11-13 12:37:28 +0900 |
commit | b0e3cc67b5ac508aade428fbbddf1b90df05b696 (patch) | |
tree | a33e04790b7498e27ae342449dc9fd8c339c4fc4 /config/apache_mod_security-dev/apache_view_logs.php | |
parent | dc36992067d3aa78702c493b47baa2c58f98f7fd (diff) | |
download | pfsense-packages-b0e3cc67b5ac508aade428fbbddf1b90df05b696.tar.gz pfsense-packages-b0e3cc67b5ac508aade428fbbddf1b90df05b696.tar.bz2 pfsense-packages-b0e3cc67b5ac508aade428fbbddf1b90df05b696.zip |
Add XMLRPC sync, vhost location custom settings
- Typo: Lots of typo fixes and re-indenting
- XMLRPC: Added actual code for XMLRPC (not 100% functional, remote reload fails)
- VirtualHost: Added custom settings for Locations (for SSLRequire & such)
- Settings: Use interfaces instead of manual input IP address
Diffstat (limited to 'config/apache_mod_security-dev/apache_view_logs.php')
-rw-r--r-- | config/apache_mod_security-dev/apache_view_logs.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/apache_mod_security-dev/apache_view_logs.php b/config/apache_mod_security-dev/apache_view_logs.php index 77c14176..494f37cd 100644 --- a/config/apache_mod_security-dev/apache_view_logs.php +++ b/config/apache_mod_security-dev/apache_view_logs.php @@ -42,7 +42,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); if(strstr($pfSversion, "1.2")) $one_two = true; -$pgtitle = "Status: Apache Vhosts Logs"; +$pgtitle = "Status: Apache VirtualHost Logs"; include("head.inc"); ?> @@ -171,8 +171,8 @@ function showLog(content,url,logtype) </tbody> </table> </form> - <div id="bowserinfo" style='padding: 5px; border: 1px dashed #990000; font-weight:bold; font-size: 0.9em; text-align: center; margin: 1px; display:block; height: 12px;'> - <span><span> + <div id="browserinfo" style='padding: 5px; border: 1px dashed #990000; font-weight:bold; font-size: 0.9em; text-align: center; margin: 1px; display:block; height: 12px;'> + <span></span> </div> <!-- Squid Table --> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |