]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.php
Fix input sanitize in scripting interface
[jirafeau_mojo42.git] / lib / config.php
index 23ed74c3d0a8170e2fc69f9e473f4bde28088962..31fbded779434b1a96c9f0ac67102c1fc78579ab 100644 (file)
@@ -32,10 +32,17 @@ $cfg['var_root'] = '';
    user's langage is not available.
  */
 $cfg['lang'] = 'auto';
-$cfg['style'] = 'default';
+$cfg['style'] = 'industrial';
 $cfg['rewrite'] = false;
 /* An empty admin password will disable the admin interface. */
 $cfg['admin_password'] = '';
+/* preview: false (will download file) or true (will preview in browser if
+ * possible) . */
+$cfg['preview'] = true;
+/* Download page:
+ * true: Will show a download page (with preview if permited and possible).
+ * false: Will directly download file or preview (if permited and possible). */
+$cfg['download_page'] = false;
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de