diff options
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go index da88003..e0b3428 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -255,7 +255,7 @@ func autosave(w http.ResponseWriter, r *http.Request) { } func manualSave(w http.ResponseWriter, r *http.Request) { - if !cookieAuth(w, r) { + if !basicAuth(w, r) { return } content := r.FormValue("content") |
