Kaynağa Gözat

typo

master
root 5 yıl önce
ebeveyn
işleme
e6e2a8ef78
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi Dosyayı Görüntüle

@@ -304,7 +304,7 @@ sub api_v1_POST_documents_id_data {

my $file = $conf->{path}{global} . '/' . $conf->{path}{originals} . '/' . $pageid;
open(F,'>'.$file);
print F $post->{body};
print F $post->{data};
close(F);

return (200, "application/json", { })

Loading…
İptal
Kaydet