From 64856e425903e0006087f7a76d535dab906eba2d Mon Sep 17 00:00:00 2001 From: TheCrypt0 Date: Sat, 23 Mar 2019 22:56:02 +0100 Subject: [PATCH] [Add] Added "NTPD Client" configuration to the web interface --- src/www/httpd/cgi-bin/get_configs.sh | 3 ++- src/www/httpd/htdocs/pages/configurations.html | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/www/httpd/cgi-bin/get_configs.sh b/src/www/httpd/cgi-bin/get_configs.sh index a8afa60..c14928d 100755 --- a/src/www/httpd/cgi-bin/get_configs.sh +++ b/src/www/httpd/cgi-bin/get_configs.sh @@ -25,6 +25,7 @@ printf "\"%s\":\"%s\",\n" "SSHD" "$(get_config SSHD)" printf "\"%s\":\"%s\",\n" "FTPD" "$(get_config FTPD)" printf "\"%s\":\"%s\",\n" "PROXYCHAINSNG" "$(get_config PROXYCHAINSNG)" printf "\"%s\":\"%s\",\n" "CHECK_UPDATES" "$(get_config CHECK_UPDATES)" -printf "\"%s\":\"%s\"\n" "DISABLE_CLOUD" "$(get_config DISABLE_CLOUD)" +printf "\"%s\":\"%s\",\n" "DISABLE_CLOUD" "$(get_config DISABLE_CLOUD)" +printf "\"%s\":\"%s\"\n" "NTPD" "$(get_config NTPD)" printf "}" diff --git a/src/www/httpd/htdocs/pages/configurations.html b/src/www/httpd/htdocs/pages/configurations.html index bfcc090..5991291 100644 --- a/src/www/httpd/htdocs/pages/configurations.html +++ b/src/www/httpd/htdocs/pages/configurations.html @@ -61,6 +61,13 @@ Disable Cloud +
+ +