소스 검색

debug

master
Pascal Gloor 5 년 전
부모
커밋
d13770bdde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi 파일 보기

@@ -62,7 +62,7 @@ while($request->Accept() >= 0) {

my($code, $hdr, $type, $data) = process_query($method, $path, $qs, $post, $user);

#print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data);
print STDERR Dumper("code",$code,"hdr", $hdr, "type", $type, "data", $data);

$hdr = [ ] if !defined $hdr;


Loading…
취소
저장