|
@@ -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
|
|
|
*/
|