aboutsummaryrefslogtreecommitdiffstats
path: root/web/photo.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/photo.cgi')
-rwxr-xr-xweb/photo.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/photo.cgi b/web/photo.cgi
index fc89fc0f7..bd38e3bf1 100755
--- a/web/photo.cgi
+++ b/web/photo.cgi
@@ -39,7 +39,7 @@ sub main {
print $photo;
}
-Page::do_fastcgi(\&main);
+Page::do_fastcgi(\&main, 0, 1);
sub resize {
my ($photo, $size) = @_;