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 418
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
global $Config ;
18
global $Config ;
19
 
19
 
20
// Path to user files relative to the document root.
20
// Path to user files relative to the document root.
Line 21... Line 21...
21
// SECURITY TIP: Uncomment the following line to set a fixed path.
21
// SECURITY TIP: Uncomment the following line to set a fixed path.
22
//$Config['UserFilesPath'] = '/UserFiles/' ;
22
$Config['UserFilesPath'] = '/UserFiles/' ;
Line 23... Line 23...
23
 
23