X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=38bb1b86793adfdbd1aeb17ad58f10675bac8dc5;hb=40a55879c3ebcefc70e52ad2f573cf0da10d3d73;hp=fe8ab3d640a166464dce12e41a33ff0f765b1b80;hpb=ec01f3cf6096fb90e26436356d9d8efe3f928120;p=ccbs diff --git a/config.pm b/config.pm index fe8ab3d..38bb1b8 100644 --- a/config.pm +++ b/config.pm @@ -6,6 +6,9 @@ package ccbs::config; # The default web locale. our $lang = "en_US.UTF-8"; +# The base path for all web stuff. +our $webroot = "http://ccbs.sesse.net/"; + # Set this flag to enable debugging of all SQL statements. our $dbdebug = 0;