X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.pm;fp=html%2Fccbs.pm;h=1cabc29bb2b8fc9b5c07369d9400e7435eb9f751;hp=65838027c25483dd55cc7f888b56d69ccf9ecf88;hb=ecdc9e6d319079079eb2e6a68527c169328195e3;hpb=4875f7c02cae8fdfab0bbb0a2333d7262cbe4a7d diff --git a/html/ccbs.pm b/html/ccbs.pm index 6583802..1cabc29 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -45,7 +45,7 @@ sub print_see_other { my $location = shift; print CGI::header(-status=>'303 See other', - -location=>'http://ccbs.sesse.net/' . $location, + -location=>$ccbs::config::webroot . $location, -type=>'text/html; charset=utf-8'); }