summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 64f10ed..1291bbb 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -25,7 +25,7 @@ import (
)
func adminHandler(res http.ResponseWriter, req *http.Request) {
- view, err := Admin(nil)
+ view, err := Admin([]byte(analyticsHTML))
if err != nil {
log.Println(err)
res.WriteHeader(http.StatusInternalServerError)