diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
commit | a84a84bf31ed33c7e132b704186a56b77cc9148a (patch) | |
tree | 85c40074dd19ddb5a5167f5ab68406beaa57c87b /config/phpservice | |
parent | 0de5b6b80002794f5b65c0143eb65cf5e4a95f25 (diff) | |
download | pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.gz pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.bz2 pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.zip |
Fixup URLs:
- Replace http by https
- *.pfsense.com -> *.pfsense.org
- www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
Diffstat (limited to 'config/phpservice')
-rw-r--r-- | config/phpservice/phpservice.xml | 8 | ||||
-rw-r--r-- | config/phpservice/phpservice_php.tmp | 2 |
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> |