fixed old link to blog
authorHarvie <tomas@mudrunka.cz>
Mon, 26 Jul 2010 22:55:46 +0000 (00:55 +0200)
committerHarvie <tomas@mudrunka.cz>
Mon, 26 Jul 2010 22:55:46 +0000 (00:55 +0200)
http_auth.php

index 98f08e6a92ba6a13055712aac0a2b1d285759d79..17ea511517e3a6eeeefc2715788a21500431189d 100755 (executable)
@@ -12,7 +12,7 @@ $require_login = true; //Require login? (if false, no login needed) - WARNING!!!
 $location = '401'; //Location after logout - 401 = default logout page (can be overridden by ?logout=[LOCATION])
 //CopyLeft
 $ver = '2o1o-3.9';
-$link = '<a href="https://harvie.ath.cx/">harvie.ath.cx</a>';
+$link = '<a href="https://blog.harvie.cz/">blog.harvie.cz</a>';
 $banner = "Harvie's PHP HTTP-Auth script (v$ver)";
 $hbanner = "<hr /><i>$banner\n-\n$link</i>\n";
 $cbanner = "<!-- $banner -->\n";
This page took 0.174897 seconds and 4 git commands to generate.