]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/config.original.php
Add option to set an upload password
[jirafeau_project.git] / lib / config.original.php
index a8672680b9fc30057b67e15f209fa66ba5485cc1..17de2bbfb8932ef8dbb8c1e275a1fdb54d0bbac1 100644 (file)
@@ -52,6 +52,8 @@ $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'] = '';
 
 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