Browse Source

debug

master
Pascal Gloor 6 years ago
parent
commit
c0dd61675a
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      cgi/autodoc.fcgi

+ 3
- 3
cgi/autodoc.fcgi View File

$func .= '_id' if defined $path_id; $func .= '_id' if defined $path_id;
$func .= '_'.$path_sub if defined $path_sub; $func .= '_'.$path_sub if defined $path_sub;


print STDERR "FUNC=$map{$func}\n";

return $map{$func}->($path_id, $qs, $post, $user) if exists $map{$func}; return $map{$func}->($path_id, $qs, $post, $user) if exists $map{$func};


return api_error(404, "Invalid path/method combination"); return api_error(404, "Invalid path/method combination");
$wh = 'h'; $wh = 'h';
$size = $qs->{maxWidth}; $size = $qs->{maxWidth};
} }

print STDERR "id=$id\n";
print STDERR "wh=$wh\n";
print STDERR "size=$size\n";
my $src; my $src;
my $dst; my $dst;



Loading…
Cancel
Save