From 57ebf49403b75dcf8482d174b59f7fd2a961d98e Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:38:06 -0500 Subject: Add files via upload --- home.php | 29 +++++++++++++++++++++++++++++ index.html | 6 ++++++ 2 files changed, 35 insertions(+) create mode 100644 home.php create mode 100644 index.html diff --git a/home.php b/home.php new file mode 100644 index 00000000..7fcd4f14 --- /dev/null +++ b/home.php @@ -0,0 +1,29 @@ +datafile"; +system($cmd); + +$cpu=file_get_contents("datafile"); +$str_arrmat=array(); +$str_arrmat=explode("\n",$cpu); + +if($str_arrmat[1]>70.0) +{ + +?> + + + + + diff --git a/index.html b/index.html new file mode 100644 index 00000000..b0e33f6e --- /dev/null +++ b/index.html @@ -0,0 +1,6 @@ + + +Bayesian Network Web Server + + + -- cgit 1.4.1