Subversion Repositories Applications.papyrus

Rev

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

Rev 432 Rev 436
Line 20... Line 20...
20
 
20
 
21
// SECURITY: You must explicitelly enable this "uploader". 
21
// SECURITY: You must explicitelly enable this "uploader". 
Line 22... Line 22...
22
$Config['Enabled'] = true ;
22
$Config['Enabled'] = true ;
23
 
23
 
-
 
24
// Path to uploaded files relative to the document root.
-
 
25
//$Config['UserFilesPath'] = '/UserFiles/' ;
-
 
26
 
-
 
27
$Config['UserFilesPath'] = '/UserFiles';
-
 
28
$Config['BaseDir'] = '/home/david/workspace/papyrus';
Line 24... Line 29...
24
// Path to uploaded files relative to the document root.
29
$Config['UrlPrefix'] = '/~david/papyrus';
25
$Config['UserFilesPath'] = '/UserFiles/' ;
30
 
Line 26... Line 31...
26
 
31