]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.pm
Combined patch (sorry): fix URL, fix points awarded.
[ccbs] / html / ccbs.pm
index f5deadab8e9c0a28ad1548eb07d04457a86f0c42..d4bc6bc4518d46ab7224ad05e2120ff4b265efc7 100755 (executable)
@@ -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');
 }