*/
$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. */
'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;