Subversion Repositories Applications.papyrus

Rev

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

Rev 436 Rev 487
Line 23... Line 23...
23
 
23
 
24
// Path to uploaded files relative to the document root.
24
// Path to uploaded files relative to the document root.
Line 25... Line 25...
25
//$Config['UserFilesPath'] = '/UserFiles/' ;
25
//$Config['UserFilesPath'] = '/UserFiles/' ;
26
 
26
 
-
 
27
$Config['UserFilesPath'] = '/UserFiles';
27
$Config['UserFilesPath'] = '/UserFiles';
28
// Exemple : $Config['BaseDir'] = '/home/david/workspace/papyrus';
-
 
29
$Config['BaseDir'] = '';
Line 28... Line 30...
28
$Config['BaseDir'] = '/home/david/workspace/papyrus';
30
// Exemple : $Config['UrlPrefix'] = '/~david/papyrus';
29
$Config['UrlPrefix'] = '/~david/papyrus';
31
$Config['UrlPrefix'] = '';