# HG changeset patch # User heiko # Date 1329491528 -3600 # Node ID 7d003f241139939c17814a2dd3b5c703a2e050ee # Parent 35e487d91ad944b43c35db42e66dbb08e77d6ca4 added private tempfiles option, list of modules and fixed (c) diff -r 35e487d91ad9 -r 7d003f241139 modules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules Fri Feb 17 16:12:08 2012 +0100 @@ -0,0 +1,2 @@ +libossp-uuid-perl +libtemplate-perl diff -r 35e487d91ad9 -r 7d003f241139 tt2/footer --- a/tt2/footer Fri Feb 17 14:28:33 2012 +0100 +++ b/tt2/footer Fri Feb 17 16:12:08 2012 +0100 @@ -1,5 +1,5 @@
- Scripting © 2011 + Scripting © 2011, 2012 [%const.author.name%]
diff -r 35e487d91ad9 -r 7d003f241139 upload.pl --- a/upload.pl Fri Feb 17 14:28:33 2012 +0100 +++ b/upload.pl Fri Feb 17 16:12:08 2012 +0100 @@ -24,7 +24,7 @@ use strict; use warnings; use Cwd qw(abs_path); -use CGI qw(:cgi); +use CGI qw(:cgi -private_tempfiles); use CGI::Carp qw(fatalsToBrowser); use CGI::Pretty; use File::Basename;