upload.pl
branchonce
changeset 35 1800d3b7d5a6
parent 34 4f5b1795bc92
child 36 a9b52c555cd1
--- 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;
 }