From 20fea7025440d4cce037bd52ffb884e1ba644864 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Fri, 11 Aug 2017 00:17:18 +0200 Subject: alert of updates --- ncp-web/close.svg | 1 + ncp-web/index.php | 22 ++++++++++++---------- ncp-web/ncp.css | 4 ++-- 3 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 ncp-web/close.svg diff --git a/ncp-web/close.svg b/ncp-web/close.svg new file mode 100644 index 00000000..012c3484 --- /dev/null +++ b/ncp-web/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ncp-web/index.php b/ncp-web/index.php index ba62ae56..85bea26d 100644 --- a/ncp-web/index.php +++ b/ncp-web/index.php @@ -42,16 +42,18 @@
This application requires JavaScript for correct operation. Please enable JavaScript and reload the page.
-
-
- - -
-
+ '; + echo '
'; + echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available"; + echo ''; + echo '
'; + echo '
'; + } + ?>