Remove the ability to reboot/shutdown via webpage.sh

Signed-off-by: Christian König <ckoenig@posteo.de>
ftl-binary-names
Christian König 1 year ago committed by Adam Warner
parent ea748822ef
commit 44bfb8ebf0
No known key found for this signature in database

@ -401,14 +401,6 @@ SetExcludeClients() {
addOrEditKeyValPair "${setupVars}" "API_EXCLUDE_CLIENTS" "${args[2]}"
}
Poweroff(){
nohup bash -c "sleep 5; poweroff" &> /dev/null </dev/null &
}
Reboot() {
nohup bash -c "sleep 5; reboot" &> /dev/null </dev/null &
}
RestartDNS() {
"${PI_HOLE_BIN_DIR}"/pihole restartdns
}
@ -857,8 +849,6 @@ main() {
"setdns" ) SetDNSServers;;
"setexcludedomains" ) SetExcludeDomains;;
"setexcludeclients" ) SetExcludeClients;;
"poweroff" ) Poweroff;;
"reboot" ) Reboot;;
"restartdns" ) RestartDNS;;
"setquerylog" ) SetQueryLogOptions;;
"enabledhcp" ) EnableDHCP;;

Loading…
Cancel
Save