From 8f3c83852645df08cefacef3481c63b1d677b55f Mon Sep 17 00:00:00 2001 From: IoTcat Date: Sun, 7 Apr 2019 13:21:55 +0800 Subject: [PATCH] =?UTF-8?q?homepage=20=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/cn/home/www/HomePage/index.html | 56 +++++++++++++++++++++++++- server/cn/home/www/log/log_search.php | 10 +++++ 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 server/cn/home/www/log/log_search.php diff --git a/server/cn/home/www/HomePage/index.html b/server/cn/home/www/HomePage/index.html index 774d136..b050591 100644 --- a/server/cn/home/www/HomePage/index.html +++ b/server/cn/home/www/HomePage/index.html @@ -13,6 +13,8 @@ + + diff --git a/server/cn/home/www/log/log_search.php b/server/cn/home/www/log/log_search.php new file mode 100644 index 0000000..7cf2bb5 --- /dev/null +++ b/server/cn/home/www/log/log_search.php @@ -0,0 +1,10 @@ + $fp, "timestamp" => date('Y-m-d H:i:s', time()), "ip" => ip2long(get_ip()), "_from" => get_from(), "type" => $type, "value" => $value)); \ No newline at end of file