]> git.sesse.net Git - ccbs/blobdiff - config.pm
There is no freshcolumnheading.
[ccbs] / config.pm
index fe8ab3d640a166464dce12e41a33ff0f765b1b80..38bb1b86793adfdbd1aeb17ad58f10675bac8dc5 100644 (file)
--- 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;