X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=config.pm;h=38bb1b86793adfdbd1aeb17ad58f10675bac8dc5;hp=8c16db80ac3e8dd88f2cc2e2c4357a978e1d8975;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hpb=2eafc1f9109e3feea83e25667651c93bf2e24542 diff --git a/config.pm b/config.pm index 8c16db8..38bb1b8 100644 --- a/config.pm +++ b/config.pm @@ -4,7 +4,10 @@ package ccbs::config; # The default web locale. -our $lang = "en_US.UTF_8"; +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;