diff --git a/back/pialert-cli b/back/pialert-cli
index 8a800688..3b187e3a 100755
--- a/back/pialert-cli
+++ b/back/pialert-cli
@@ -29,11 +29,6 @@ case $1 in
echo " - If the PIALERT_WEB_PROTECTION parameter does not exist yet, it will be"
echo " created and set to 'True' (login enabled)"
echo ""
- echo " disable_scan - Stops all active scans"
- echo " - Prevents new scans from starting"
- echo ""
- echo " enable_scan - Stops all active scans"
- echo " - Prevents new scans from starting"
echo ""
echo ""
;;
@@ -122,19 +117,6 @@ case $1 in
echo "The new password is set"
;;
- disable_scan)
- ## stop active scans
- sudo killall arp-scan
- touch ${SCRIPTPATH}/../db/setting_stoparpscan
- echo "The arp-scan is disabled"
- ;;
-
- enable_scan)
- ## stop active scans
- rm ${SCRIPTPATH}/../db/setting_stoparpscan
- echo "The arp-scan is enabled"
- ;;
-
*)
echo "pialert-cli v0.1 (https://github.com/leiweibau/Pi.Alert)"
echo "Use \"pialert-cli help\" for a list of supported commands."
diff --git a/back/report_sample.html b/back/report_sample.html
index 44d8c159..45aef2ba 100755
--- a/back/report_sample.html
+++ b/back/report_sample.html
@@ -14,6 +14,14 @@