# HG changeset patch # User Matthias Förste # Date 1412676674 -7200 # Node ID 1800d3b7d5a6e68f61e4e9acf758e833dd9bc34c # Parent 4f5b1795bc92ff31ea7bd072e4bba829230a3aa5 links & (c) diff -r 4f5b1795bc92 -r 1800d3b7d5a6 upload.pl --- 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; }