Merge branch 'development' into wildcardblacklisting

This commit is contained in:
DL6ER
2017-01-09 14:53:01 +01:00
8 changed files with 353 additions and 216 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ if [[ ! $EUID -eq 0 ]];then
fi
webpageFunc() {
/opt/pihole/webpage.sh "$@"
source /opt/pihole/webpage.sh
main "$@"
exit 0
}