Remove analytics

This commit is contained in:
2025-09-24 19:40:59 +02:00
parent f4b518edb7
commit c616b2da7f
19 changed files with 1 additions and 126 deletions

2
web.go
View File

@@ -46,7 +46,7 @@ func Init(r *httprouter.Router, prefix string, setLogLevel bool) {
var conf webcontroller.Config
var _, err = config.New(
DefaultConfig,
"",
"/etc/fnx",
"fnx_web.toml",
&conf,
true,