]> git.p6c8.net - jirafeau.git/blobdiff - lib/config.php
Fix php 5.3 support and prepare languages
[jirafeau.git] / lib / config.php
index 25926e1b96f2b1902a869803f898def3e3505d23..a4b443a78085c5b729f2a6ea267e555a5c1c262e 100644 (file)
  * default configuration
  * if you want to change this, overwrite in a config.local.php file
  */
-// don't forget the ending '/'
-    $cfg['web_root'] = '';
-
+/* don't forget the ending '/' */
+$cfg['web_root'] = '';
 $cfg['var_root'] = '';
-
 $cfg['lang'] = '';
-
 $cfg['style'] = 'default';
-
 $cfg['rewrite'] = false;
-
 $cfg['password'] = '';
 
 if ((basename (__FILE__) != 'config.local.php')

patrick-canterino.de