X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=fe8ab3d640a166464dce12e41a33ff0f765b1b80;hb=ec01f3cf6096fb90e26436356d9d8efe3f928120;hp=cfb12ba43529d96b2b990e8495f301b374bc5c23;hpb=2b281b9236c2b6aae61081717ea6210900f0dbbe;p=ccbs diff --git a/config.pm b/config.pm index cfb12ba..fe8ab3d 100644 --- a/config.pm +++ b/config.pm @@ -4,7 +4,7 @@ package ccbs::config; # The default web locale. -our $lang = "en_US.UTF_8"; +our $lang = "en_US.UTF-8"; # Set this flag to enable debugging of all SQL statements. our $dbdebug = 0; @@ -12,6 +12,9 @@ our $dbdebug = 0; # Set this flag to disable any admin tasks -- it's quite crude, but hey :-) our $noadmin = 0; +# The main template, giving the overall look-and-feel +our $main_template = 'main.tmpl'; + # The database connection details our $dbname = "ccbs"; our $dbhost = "www.positivegaming.com";