This commit is contained in:
Las Zenow 2012-10-29 19:18:57 +01:00
parent 32077534c7
commit 19068d048d
2 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ import (
)
type settingsData struct {
S Status
S Status
}
func settingsHandler(w http.ResponseWriter, r *http.Request) {
@ -169,7 +169,7 @@ func newHandler(w http.ResponseWriter, r *http.Request) {
}
if len(r.URL.Path) > len("/new/") {
http.ServeFile(w, r, NEW_PATH + r.URL.Path[len("/new/"):])
http.ServeFile(w, r, NEW_PATH+r.URL.Path[len("/new/"):])
return
}