root/devel/mod/file/lib/file_config.php

Revision 1539, 0.5 kB (checked in by renato, 1 year ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:eol-style set to native
Line 
1 <?php
2 /*
3  * communities_config.php
4  * Created on Apr 19, 2007
5  * @author Diego Andrés Ramírez Aragón <diego@somosmas.org>
6  */
7  /**
8   * Defines if you allow to upload files through the wizard
9   * Type: boolean
10   */
11  define('ALLOW_WIZARD_UPLOAD',true);
12
13  /**
14   * Defines if you want to use a simplified form for add files
15   * within the file's wizard
16   * Type: boolean
17   */
18  define('WIZARD_SIMPLIFIED_ADD_FILE',true);
19  
20  /**
21   * Defines if you allow the file deletion in the wizard
22   * Type: boolean
23   */
24  define('ALLOW_WIZARD_FILE_DELETE',true);
25  
26 ?>
Note: See TracBrowser for help on using the browser.