]> git.sesse.net Git - ccbs/blob - config.pm
13544753222344d62877c215dcd6f30cfedea579
[ccbs] / config.pm
1 # These can be overridden by config.local.pl. Don't check in changes here
2 # unless you really want them to be default!
3
4 package ccbs::config;
5
6 # The default web locale.
7 our $lang = "en_US.UTF_8";
8
9 # Set this flag to enable debugging of all SQL statements. 
10 our $dbdebug = 0;
11
12 # Set this flag to disable any admin tasks -- it's quite crude, but hey :-)
13 our $noadmin = 0;
14
15 1;
16