summaryrefslogtreecommitdiff
path: root/cmd/_____/http/static.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/_____/http/static.go')
-rw-r--r--cmd/_____/http/static.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/_____/http/static.go b/cmd/_____/http/static.go
index d7030c3f..b055099f 100644
--- a/cmd/_____/http/static.go
+++ b/cmd/_____/http/static.go
@@ -9,9 +9,7 @@ import (
"strings"
)
-var (
- forbiddenFiles = []string{".php", ".htaccess"}
-)
+var forbiddenFiles = []string{".php", ".htaccess"}
// staticServer serves static files
type staticServer struct {