1 <?php 2 /** 3 * Default settings for the fileshare plugin 4 * 5 * @author Soft2C.de <info@soft2c.de> 6 */ 7 8 9 $conf['archivRootDir'] = ''; //Wurzelverzeichnis f�r die Dateianhaenge 10 $conf['role_upload'] = 'ALL'; // allowed for all 11 $conf['role_download'] = 'ALL'; // allowed for all 12 $conf['role_delete'] = 'ALL'; // allowed for all