X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/ef06cd797d4f91e83b1e3e69d815ff3e6c773ace..f371f1e0c13f7120ae1e6d5de707d58f37f75ba0:/lib/config.php?ds=inline diff --git a/lib/config.php b/lib/config.php index a4b443a..25b5620 100644 --- a/lib/config.php +++ b/lib/config.php @@ -21,9 +21,10 @@ * if you want to change this, overwrite in a config.local.php file */ /* don't forget the ending '/' */ +global $cfg; $cfg['web_root'] = ''; $cfg['var_root'] = ''; -$cfg['lang'] = ''; +$cfg['lang'] = 'auto'; $cfg['style'] = 'default'; $cfg['rewrite'] = false; $cfg['password'] = '';