]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.original.php
add variable in conf to check if installation is done
[jirafeau_mojo42.git] / lib / config.original.php
index a8672680b9fc30057b67e15f209fa66ba5485cc1..716675ee85a62653c8208d94fc40c2131b96c0a0 100644 (file)
@@ -52,6 +52,11 @@ $cfg['enable_blocks'] = false;
 $cfg['enable_crypt'] = false;
 /* Split lenght of link refenrece. */
 $cfg['link_name_lenght'] = 8;
 $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'))
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de