From 6adaf713b47c9a3ab3a516e21d2d4ecf7f2075d6 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Tue, 5 Jun 2018 22:48:27 +0300 Subject: breaking the tests --- cmd/_____/http/static.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd/_____/http/static.go') 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 { -- cgit v1.2.3