Subversion Repositories Applications.papyrus

Rev

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

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