diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-16 19:36:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-16 19:36:31 +0200 |
commit | 7bbb966c8c67a627e0e6de92d9a392fcb5d5b313 (patch) | |
tree | 164c96c134fc09e9c38f9372c3b50196a4708577 /system/application/views | |
parent | e4221a0a67a8f2249ea9c4a0777b682437987058 (diff) |
show correct link to latest client
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views')
-rw-r--r-- | system/application/views/file/upload_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php index b906dcd0f..88fbb34ef 100644 --- a/system/application/views/file/upload_form.php +++ b/system/application/views/file/upload_form.php @@ -30,7 +30,7 @@ machine paste.xinu.at password my_secret_password </p> <br /> <p>If you want to you can use this script to upload files, paste text or delete your uploads:<br /> -<a href="http://git.server-speed.net/bin/plain/fb">http://git.server-speed.net/bin/plain/fb</a></p> +<a href="<?php echo $client_link; ?>"><?php echo $client_link; ?></a></p> <br /> <p>If you experience any problems feel free to <a href="http://bluewind.at/?id=1">contact me</a>.</p> <br /> |