]> git.p6c8.net - jirafeau.git/blobdiff - lib/config.php
Fix previous commit by adding forgotten files
[jirafeau.git] / lib / config.php
index a4b443a78085c5b729f2a6ea267e555a5c1c262e..25b5620601a2072a45572718394c00eda57fb61c 100644 (file)
  * 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'] = '';

patrick-canterino.de