X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.pm;fp=html%2Fccbs.pm;h=d4bc6bc4518d46ab7224ad05e2120ff4b265efc7;hp=f5deadab8e9c0a28ad1548eb07d04457a86f0c42;hb=bd55f6835567a11e5a490d4a872bc778c96d1e83;hpb=b37186a18ef4c10cf13a5d44603f9d41a17e2883 diff --git a/html/ccbs.pm b/html/ccbs.pm index f5deada..d4bc6bc 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -25,7 +25,7 @@ sub print_see_other { my $location = shift; print CGI::header(-status=>'303 See other', - -location=>'http://192.168.1.200/' . $location, + -location=>'http://ccbs.sesse.net/' . $location, -type=>'text/html; charset=utf-8'); }