X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=config.pm;fp=config.pm;h=38bb1b86793adfdbd1aeb17ad58f10675bac8dc5;hp=fe8ab3d640a166464dce12e41a33ff0f765b1b80;hb=ecdc9e6d319079079eb2e6a68527c169328195e3;hpb=4875f7c02cae8fdfab0bbb0a2333d7262cbe4a7d 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;