Subversion Repositories Applications.papyrus

Rev

Rev 392 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
392 jpm 1
<?php 
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
11
 * File Name: config.php
12
 * 	Configuration file for the File Manager Connector for PHP.
13
 *
14
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
16
 */
17
18
 
19
20
 
21
// SECURITY TIP: Uncomment the following line to set a fixed path.
22
$Config['UserFilesPath'] = '/UserFiles/' ;
418 ddelon 23
392 jpm 24
 
25
$Config['DeniedExtensions']['File']		= array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ;
26
27
 
28
$Config['DeniedExtensions']['Image']	= array() ;
29
30
 
31
$Config['DeniedExtensions']['Flash']	= array() ;
32
33
 
34
$Config['DeniedExtensions']['Media']	= array() ;
35
36