Subversion Repositories Applications.papyrus

Rev

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

Rev 487 Rev 875
Line 21... Line 21...
21
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
21
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
22
$Config['Enabled'] = true;
22
$Config['Enabled'] = true;
Line 23... Line 23...
23
 
23
 
24
// Path to user files relative to the document root.
24
// Path to user files relative to the document root.
25
// Without end slash
25
// Without end slash
-
 
26
$Config['UserFilesPath'] = '/UserFiles/';
26
$Config['UserFilesPath'] = '/UserFiles';
27
 
27
// Exemple : $Config['BaseDir'] = '/home/david/workspace/papyrus';
28
// Exemple : $Config['BaseDir'] = '/home/david/workspace/papyrus/';
28
$Config['BaseDir'] = '';
29
$Config['BaseDir'] = '';
29
// Exemple $Config['UrlPrefix'] = '/~david/papyrus';
30
// Exemple $Config['UrlPrefix'] = 'http://localhost/~david/papyrus';
Line 30... Line 31...
30
$Config['UrlPrefix'] = '';
31
$Config['UrlPrefix'] = '';
31
 
32