user's langage is not available.
*/
$cfg['lang'] = 'auto';
-$cfg['style'] = 'modern';
+$cfg['style'] = 'courgette';
$cfg['rewrite'] = false;
/* An empty admin password will disable the admin interface. */
$cfg['admin_password'] = '';
$cfg['enable_crypt'] = false;
/* Split lenght of link refenrece. */
$cfg['link_name_lenght'] = 8;
+/* Upload password. Empty string disable the password. */
+$cfg['upload_password'] = '';
+
+/* Installation is done ? */
+$cfg['installation_done'] = false;
if ((basename (__FILE__) != 'config.local.php')
&& file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))