From: Brett Parker Date: Sat, 13 May 2006 16:49:38 +0000 (+0000) Subject: Fix potential security hole X-Git-Tag: release-1.0.3.1^2~1 X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/commitdiff_plain/2548a70075ebec66f2c87ed2f5be64e0ebdb79c5 Fix potential security hole Make pages work for fullsized images. git-archimport-id: arch@sommitrealweird.co.uk--2005-desktop/bpgallery--mainline--1.0--patch-23 --- diff --git a/bpgallery.sh b/bpgallery.sh index f8605d6..ac776ce 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -415,7 +415,7 @@ function generate_general_page() { caption="" fi - $BPGALLERY_PAGE_FUNCTION > $currentpage + $BPGALLERY_PAGE_FUNCTION > "$currentpage" } if [[ $OUTPUTHTML != 0 ]]; then