From 2aa439794f0ce3b28af2a6641c38b1304bab1ebe Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 16 Aug 2015 00:18:47 +0200 Subject: Rename phpservice_php.tmp to phpservice_php.php --- config/phpservice/phpservice_php.php | 192 +++++++++++++++++++++++++++++++++++ config/phpservice/phpservice_php.tmp | 192 ----------------------------------- 2 files changed, 192 insertions(+), 192 deletions(-) create mode 100644 config/phpservice/phpservice_php.php delete mode 100644 config/phpservice/phpservice_php.tmp (limited to 'config/phpservice') diff --git a/config/phpservice/phpservice_php.php b/config/phpservice/phpservice_php.php new file mode 100644 index 00000000..55de1ae8 --- /dev/null +++ b/config/phpservice/phpservice_php.php @@ -0,0 +1,192 @@ + + + + + +

PHP Service:

+ +
+ + +
+ +
+ + + + + +
+ +
+"; +//print_info_box_np("This is an info box."); +//echo"
"; +//endif; + +?> + + + + +

+ 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"); +

+ For more information see: https://doc.pfsense.org/index.php/PHPService +

+
+ + + + + + + + + + + 0) { + + foreach ($a_phpservice as $ent) { + + ?> + + + + + + + + + + + + + + + + + + +
NameEnabledDescription + + + + + + +
+ +
+   + +   + +   + + + + + + +
+
+ + + + + +
+
+ +
+ + +
+
+
+
+
+
+
+
+ +
+ +
+ + + + + diff --git a/config/phpservice/phpservice_php.tmp b/config/phpservice/phpservice_php.tmp deleted file mode 100644 index 55de1ae8..00000000 --- a/config/phpservice/phpservice_php.tmp +++ /dev/null @@ -1,192 +0,0 @@ - - - - - -

PHP Service:

- -
- - -
- -
- - - - - -
- -
-"; -//print_info_box_np("This is an info box."); -//echo"
"; -//endif; - -?> - - - - -

- 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"); -

- For more information see: https://doc.pfsense.org/index.php/PHPService -

-
- - - - - - - - - - - 0) { - - foreach ($a_phpservice as $ent) { - - ?> - - - - - - - - - - - - - - - - - - -
NameEnabledDescription - - - - - - -
- -
-   - -   - -   - - - - - - -
-
- - - - - -
-
- -
- - -
-
-
-
-
-
-
-
- -
- -
- - - - - -- cgit v1.2.3