--- a/upload.pl Tue Oct 07 11:22:43 2014 +0200
+++ b/upload.pl Tue Oct 07 12:11:14 2014 +0200
@@ -209,11 +209,13 @@
div(
{ -align => "right" },
a(
- { -href => "https://keller.schlittermann.de/hg/anon-upload/" } =>
- "Scripting"
+ { -href => "https://ssl.schlittermann.de/hg/anon-upload/file/once/" } =>
+ "Scripting"
),
" © 2010,2011 ",
- a({ -href => "http://www.schlittermann.de/" } => "Heiko Schlittermann")
+ a({ -href => "http://www.schlittermann.de/" } => "Heiko Schlittermann"),
+ " © 2014 ",
+ a({ -href => "http://www.schlittermann.de/" } => "Matthias Förste")
),
end_html;
}