This commit is contained in:
Henrique Dias
2015-09-16 21:48:08 +01:00
parent 65041f9d70
commit d061c26caf
14 changed files with 991 additions and 42 deletions

View File

@@ -48,7 +48,7 @@ func Execute(w http.ResponseWriter, r *http.Request) (int, error) {
w.Write([]byte("{}"))
if r.Header.Get("X-Save-Mode") == "publish" {
go commands.Execute()
commands.Execute()
}
} else {
content, err := ioutil.ReadFile("config." + language)