# HG changeset patch # User Dan Fuhry # Date 1282448120 14400 # Node ID 7df4993be0b0b812a84f665ca23103df2c021fa8 # Parent 7c6e2e97aa084b7231d1021238d1addad2c39a72 Some minimal no-javascript safety for the uploader diff -r 7c6e2e97aa08 -r 7df4993be0b0 plugins/gallery/upload.php --- a/plugins/gallery/upload.php Sat Aug 21 23:32:06 2010 -0400 +++ b/plugins/gallery/upload.php Sat Aug 21 23:35:20 2010 -0400 @@ -223,6 +223,7 @@ } $idlist = implode(',', $idlist); echo '
[' . $idlist . ']
'; + echo 'Images uploaded successfully. Please click here to continue.'; //snapr_editform($idlist); return; }