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_logs_data.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_logs_data.php')
-rw-r--r-- | config/apache_mod_security-dev/apache_logs_data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/apache_mod_security-dev/apache_logs_data.php b/config/apache_mod_security-dev/apache_logs_data.php index 256ff144..fdcc04b0 100644 --- a/config/apache_mod_security-dev/apache_logs_data.php +++ b/config/apache_mod_security-dev/apache_logs_data.php @@ -92,7 +92,7 @@ if ($_GET) { // Apply filter and color if ($filter != "") $line = preg_replace("@($filter)@i","<spam><font color='red'>$1</font></span>",$line); - $agent_info="onmouseover=\"jQuery('#bowserinfo').empty().html('{$line[13]}');\"\n"; + $agent_info="onmouseover=\"jQuery('#browserinfo').empty().html('{$line[13]}');\"\n"; echo "<tr valign=\"top\" $agent_info>\n"; echo "<td class=\"listlr\" align=\"center\" nowrap>{$line[5]}({$line[6]})</td>\n"; echo "<td class=\"listr\" align=\"center\">{$line[1]}</td>\n"; |