Subversion Repositories Applications.papyrus

Rev

Rev 392 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 392 Rev 416
Line 26... Line 26...
26
 
26
 
27
 
27
 
28
/*------------------------------------------------------------------------------*/
28
/*------------------------------------------------------------------------------*/
29
/* The physical path to the document root, Set manually if not using apache	*/
29
/* The physical path to the document root, Set manually if not using apache	*/
30
/*------------------------------------------------------------------------------*/
30
/*------------------------------------------------------------------------------*/
31
//$fckphp_config['basedir']=$_SERVER['DOCUMENT_ROOT'];
31
$fckphp_config['basedir']=$_SERVER['DOCUMENT_ROOT'];
Line 32... Line 32...
32
$fckphp_config['basedir'] = 'D:\Work\FCKEditor\www\FCKeditor.V2\editor\filemanager\browser\mcpuk' ;
32
//$fckphp_config['basedir'] = 'D:\Work\FCKEditor\www\FCKeditor.V2\editor\filemanager\browser\mcpuk' ;
33
/*==============================================================================*/
33
/*==============================================================================*/
Line 48... Line 48...
48
 
48
 
49
 
49
 
50
/*------------------------------------------------------------------------------*/
50
/*------------------------------------------------------------------------------*/
51
/* Progressbar handler (script that monitors upload progress) (''=none)
51
/* Progressbar handler (script that monitors upload progress) (''=none)
52
/*------------------------------------------------------------------------------*/
52
/*------------------------------------------------------------------------------*/
53
// $fckphp_config['uploadProgressHandler']=''; //No upload progress handler
53
$fckphp_config['uploadProgressHandler']=''; //No upload progress handler
Line 54... Line 54...
54
$fckphp_config['uploadProgressHandler']=$fckphp_config['prot'].$_SERVER['SERVER_NAME']."/cgi-bin/progress.cgi"; //Perl upload progress handler
54
//$fckphp_config['uploadProgressHandler']=$fckphp_config['prot'].$_SERVER['SERVER_NAME']."/cgi-bin/progress.cgi"; //Perl upload progress handler
55
/*==============================================================================*/
55
/*==============================================================================*/