Browse Source

Removed auto creation of wwww folder

TC pushbot 5 4 years ago
parent
commit
a957e88c8a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      main.go

+ 0 - 4
main.go

@@ -101,10 +101,6 @@ func main() {
 	log.Println("ArozOS(C) 2021 " + deviceVendor + ".")
 	log.Println("ArozOS " + build_version + " Revision " + internal_version)
 
-	//Setup homepage folder if not exists
-	if !fileExists("./web/www") {
-		os.MkdirAll("./web/www", 0644)
-	}
 	/*
 		New Implementation of the ArOZ Online System, Sept 2020
 	*/