Hacked By AnonymousFox

Current Path : C:/AppServ/www/mfu/object/obj_javaword/filemanager/upload/php/
Upload File :
Current File : C:/AppServ/www/mfu/object/obj_javaword/filemanager/upload/php/config.php

<?php 
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: config.php
 * 	Configuration file for the PHP File Uploader.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

include("/js3/lib/config.php");
global $Config ;

// SECURITY: You must explicitelly enable this "uploader". 
$Config['Enabled'] = true;

// Set if the file type must be considere in the target path. 
// Ex: /UserFiles/Image/ or /UserFiles/File/
$Config['UseFileType'] = true;

// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = _SYSTEM_ROOTPATH__Upload;

// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Usefull if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\UserFiles\\' or '/root/mysite/UserFiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
// $Config['UserFilesAbsolutePath'] = str_replace("/","\\",$_SERVER["DOCUMENT_ROOT"])."\\".str_replace("/","\\",_SYSTEM_ROOTPATH__Upload);

// Due to security issues with Apache modules, it is reccomended to leave the
// following setting enabled.
$Config['ForceSingleExtension'] = true ;

$Config['AllowedExtensions']['File']	= array() ;
$Config['DeniedExtensions']['File']		= array('php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi') ;

$Config['AllowedExtensions']['Image']	= array('jpg','gif','jpeg','png') ;
$Config['DeniedExtensions']['Image']	= array() ;

$Config['AllowedExtensions']['Flash']	= array('swf','fla') ;
$Config['DeniedExtensions']['Flash']	= array() ;

?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox