X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6924499c6530c40b3eb78c3f257ee895a5b10be2..6165f1ef9bf8abf6d07caff88f14a36f368832c6:/lib/config.php 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'] = '';