]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/config.original.php
better time estimation with smoother result, ref #11
[jirafeau_project.git] / lib / config.original.php
index fa0f03468baa37c6f8d645cbf1c4937939fea8b6..47de3192c4e6c6b5c22610178304f3fe87cee66d 100644 (file)
@@ -34,7 +34,7 @@ $cfg['var_root'] = '';
  */
 $cfg['lang'] = 'auto';
 /* Select your style :) See media folder */
-$cfg['style'] = 'modern';
+$cfg['style'] = 'courgette';
 /* Propose a preview link if file type is previewable is set to true. */
 $cfg['preview'] = true;
 /* Download page: propose a link to a download page is set to true. */
@@ -80,6 +80,10 @@ $cfg['availabilities'] = array ('minute' => true,
                                 'month' => true,
                                 'year' => false,
                                 'none' => false);
+/* Set maximal upload size expressed in MB.
+ * 0 mean unlimited upload size.
+ */
+$cfg['maximal_upload_size'] = 0;
 /* Installation is done ? */
 $cfg['installation_done'] = false;
 

patrick-canterino.de