소스 검색

Removed auto creation of wwww folder

TC pushbot 5 4 년 전
부모
커밋
a957e88c8a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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
 	*/