aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/apache_mod_security-dev/apache_logs_data.php2
-rw-r--r--config/apache_mod_security-dev/apache_logs_data.teste.php2
-rw-r--r--config/diag_states_pt/diag_new_states.xml4
-rw-r--r--config/tftp2/tftp.xml4
-rw-r--r--config/tftp2/tftp_files.php11
-rw-r--r--config/widentd/widentd.xml5
6 files changed, 8 insertions, 20 deletions
diff --git a/config/apache_mod_security-dev/apache_logs_data.php b/config/apache_mod_security-dev/apache_logs_data.php
index fdcc04b0..2410a547 100644
--- a/config/apache_mod_security-dev/apache_logs_data.php
+++ b/config/apache_mod_security-dev/apache_logs_data.php
@@ -91,7 +91,7 @@ if ($_GET) {
if (preg_match($regex, $logline[0],$line)) {
// Apply filter and color
if ($filter != "")
- $line = preg_replace("@($filter)@i","<spam><font color='red'>$1</font></span>",$line);
+ $line = preg_replace("@($filter)@i","<span><font color='red'>$1</font></span>",$line);
$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";
diff --git a/config/apache_mod_security-dev/apache_logs_data.teste.php b/config/apache_mod_security-dev/apache_logs_data.teste.php
index c3f270bf..619a856a 100644
--- a/config/apache_mod_security-dev/apache_logs_data.teste.php
+++ b/config/apache_mod_security-dev/apache_logs_data.teste.php
@@ -64,7 +64,7 @@ if ($_GET) {
// Apply filter and color
// Need validate special chars
if ($filter != "")
- $logline = preg_replace("@($filter)@i","<spam><font color='red'>$1</font></span>",$logline);
+ $logline = preg_replace("@($filter)@i","<span><font color='red'>$1</font></span>",$logline);
echo $logline[0]."\n<br/>";
}
diff --git a/config/diag_states_pt/diag_new_states.xml b/config/diag_states_pt/diag_new_states.xml
index 941d69fc..3a36027b 100644
--- a/config/diag_states_pt/diag_new_states.xml
+++ b/config/diag_states_pt/diag_new_states.xml
@@ -42,13 +42,13 @@
]]>
</copyright>
<name>diag_new_states</name>
- <version>0.3</version>
+ <version>0.3.1</version>
<title>Diagnostics: States New</title>
<menu>
<name>States New</name>
<tooltiptext>States by Paul Taylor</tooltiptext>
<section>Diagnostics</section>
- <url>diag_new_states.php</url>
+ <url>/diag_new_states.php</url>
</menu>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
diff --git a/config/tftp2/tftp.xml b/config/tftp2/tftp.xml
index 33fb9c3d..f45a344a 100644
--- a/config/tftp2/tftp.xml
+++ b/config/tftp2/tftp.xml
@@ -43,7 +43,7 @@
]]>
</copyright>
<name>tftp Settings</name>
- <version>2.2.2</version>
+ <version>2.2.3</version>
<title>TFTP: Settings</title>
<include_file>/usr/local/pkg/tftp.inc</include_file>
<menu>
@@ -51,7 +51,7 @@
<tooltiptext>Add or Remove files for TFTP.</tooltiptext>
<section>Services</section>
<configfile>tftp.xml</configfile>
- <url>tftp_files.php</url>
+ <url>/tftp_files.php</url>
</menu>
<service>
<name>tftp</name>
diff --git a/config/tftp2/tftp_files.php b/config/tftp2/tftp_files.php
index 0352f4a0..e2e81ed4 100644
--- a/config/tftp2/tftp_files.php
+++ b/config/tftp2/tftp_files.php
@@ -133,17 +133,6 @@ if ($savemsg) {
?>
<div id="mainlevel">
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr><td class="tabnavtbl">
-<?php
-
- $tab_array = array();
- $tab_array[] = array(gettext("TFTP"), false, "tftp_files.php");
- display_top_tabs($tab_array);
-
-?>
-</td></tr>
-</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
diff --git a/config/widentd/widentd.xml b/config/widentd/widentd.xml
index 9730160c..00e481a0 100644
--- a/config/widentd/widentd.xml
+++ b/config/widentd/widentd.xml
@@ -42,13 +42,13 @@
]]>
</copyright>
<name>widentd</name>
- <version>1.0.5</version>
+ <version>1.0.6</version>
<title>Services: widentd</title>
<menu>
<name>widentd</name>
<tooltiptext>Modify widentd settings.</tooltiptext>
<section>Services</section>
- <url>pkg_edit.php?xml=widentd.xml</url>
+ <url>/pkg_edit.php?xml=widentd.xml</url>
</menu>
<service>
<name>widentd</name>
@@ -59,7 +59,6 @@
<item>https://packages.pfsense.org/packages/config/widentd/widentd.priv.inc</item>
<prefix>/etc/inc/priv/</prefix>
</additional_files_needed>
- <configpath>installedpackages->package->$packagename->configuration->settings</configpath>
<fields>
<field>
<fielddescr>Enable widentd Daemon</fielddescr>