mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
updates
This commit is contained in:
parent
65041f9d70
commit
d061c26caf
14 changed files with 991 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue