From: Harvie Date: Mon, 26 Jul 2010 22:55:46 +0000 (+0200) Subject: fixed old link to blog X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=b812e05d02d375138c68704301c266ebb32a7f9f fixed old link to blog --- diff --git a/http_auth.php b/http_auth.php index 98f08e6..17ea511 100755 --- a/http_auth.php +++ b/http_auth.php @@ -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 = 'harvie.ath.cx'; +$link = 'blog.harvie.cz'; $banner = "Harvie's PHP HTTP-Auth script (v$ver)"; $hbanner = "
$banner\n-\n$link\n"; $cbanner = "\n";