]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/config.php
Fix input sanitize in scripting interface
[jirafeau_mojo42.git] / lib / config.php
index 502a2a3c13e52ab95aa29efe6d5ab2304a11eeb7..31fbded779434b1a96c9f0ac67102c1fc78579ab 100644 (file)
@@ -36,6 +36,13 @@ $cfg['style'] = 'industrial';
 $cfg['rewrite'] = false;
 /* An empty admin password will disable the admin interface. */
 $cfg['admin_password'] = '';
 $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'))
 
 if ((basename (__FILE__) != 'config.local.php')
     && file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))

patrick-canterino.de