Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
d13770bdde
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi View File



my($code, $hdr, $type, $data) = process_query($method, $path, $qs, $post, $user); 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; $hdr = [ ] if !defined $hdr;



Loading…
Cancel
Save