aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice
diff options
context:
space:
mode:
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>