aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-03-19 17:10:49 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2014-03-19 17:10:49 +0100
commit39b3fe5d22482d16a161193167c00af90390343a (patch)
tree53b19691d90440731195eb2325db2ecd8511feb2 /config/phpservice
parent2a4f986325ccd3a08273bee285993415da12aeb2 (diff)
parentfd710b1c45207f551d7b0a38eb95b5b5e353ac77 (diff)
downloadpfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.tar.gz
pfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.tar.bz2
pfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.zip
Merge branch 'master' of https://github.com/pfsense/pfsense-packages into hap_de-install_logging
Conflicts: config/haproxy-devel/haproxy.inc
Diffstat (limited to 'config/phpservice')
-rw-r--r--config/phpservice/phpservice.xml8
-rw-r--r--config/phpservice/phpservice_php.tmp2
2 files changed, 5 insertions, 5 deletions
diff --git a/config/phpservice/phpservice.xml b/config/phpservice/phpservice.xml
index 765dc8c7..44999496 100644
--- a/config/phpservice/phpservice.xml
+++ b/config/phpservice/phpservice.xml
@@ -73,22 +73,22 @@
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
- <item>http://www.pfsense.com/packages/config/phpservice/phpservice.xml</item>
+ <item>https://packages.pfsense.org/packages/config/phpservice/phpservice.xml</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
- <item>http://www.pfsense.com/packages/config/phpservice/phpservice.inc</item>
+ <item>https://packages.pfsense.org/packages/config/phpservice/phpservice.inc</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/tmp/</prefix>
<chmod>0755</chmod>
- <item>http://www.pfsense.com/packages/config/phpservice/phpservice_php.tmp</item>
+ <item>https://packages.pfsense.org/packages/config/phpservice/phpservice_php.tmp</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/tmp/</prefix>
<chmod>0755</chmod>
- <item>http://www.pfsense.com/packages/config/phpservice/phpservice_php_edit.tmp</item>
+ <item>https://packages.pfsense.org/packages/config/phpservice/phpservice_php_edit.tmp</item>
</additional_files_needed>
<fields>
<field>
diff --git a/config/phpservice/phpservice_php.tmp b/config/phpservice/phpservice_php.tmp
index 45ecf425..55de1ae8 100644
--- a/config/phpservice/phpservice_php.tmp
+++ b/config/phpservice/phpservice_php.tmp
@@ -91,7 +91,7 @@ if ($config_change == 1) {
Is command line PHP designed to run PHP as a Service. The custom PHP code that is defined below is run over and over again inside a continuous loop. There are many possible uses such as monitoring CPU, Memory, File System Space, interacting with Snort, and many others uses that are yet to be discovered.
It can send events to the sylog that will can be viewed from the system log or remote syslog server. example: exec("logger This is a test");
<br /><br />
- For more information see: <a href='http://doc.pfsense.org/index.php/PHPService'>http://doc.pfsense.org/index.php/PHPService</a>
+ For more information see: <a href='https://doc.pfsense.org/index.php/PHPService'>https://doc.pfsense.org/index.php/PHPService</a>
</p></td>
</tr>
</table>