From f0b4bbdb4e8aa706995723fb0b2125ab89caa3b9 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 16 Aug 2015 01:49:31 +0200 Subject: phpservice - rewrite garbage package --- config/phpservice/phpservice_php.php | 205 ++++++++++++++--------------------- 1 file changed, 82 insertions(+), 123 deletions(-) (limited to 'config/phpservice') diff --git a/config/phpservice/phpservice_php.php b/config/phpservice/phpservice_php.php index 55de1ae8..582d2f41 100644 --- a/config/phpservice/phpservice_php.php +++ b/config/phpservice/phpservice_php.php @@ -1,8 +1,9 @@ @@ -51,7 +51,6 @@ include("head.inc"); -

PHP Service:

@@ -67,126 +66,86 @@ include("head.inc");
- - - - - - - - - - - - - - - - - - - -
- -
+
+ "; -//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 -

-
- - - - - - - +
NameEnabledDescription - - - - - - -
- -
+ +
+
+ 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 + + + + + +
+
    + + + + + +
+
+ + + + + +
+
+ +
- 0) { - - foreach ($a_phpservice as $ent) { - - ?> -
-   - -   - -   - - - - - - -
-
- - - - - -
-
- - - - -
-
-
-
-
-
-
-
- - - + -
- -- cgit v1.2.3