Subversion Repositories Applications.papyrus

Rev

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

Rev 1925 Rev 1928
Line 64... Line 64...
64
// After file is uploaded, sometimes it is required to change its permissions
64
// After file is uploaded, sometimes it is required to change its permissions
65
// so that it was possible to access it at the later time.
65
// so that it was possible to access it at the later time.
66
// If possible, it is recommended to set more restrictive permissions, like 0755.
66
// If possible, it is recommended to set more restrictive permissions, like 0755.
67
// Set to 0 to disable this feature.
67
// Set to 0 to disable this feature.
68
// Note: not needed on Windows-based servers.
68
// Note: not needed on Windows-based servers.
69
$Config['ChmodOnUpload'] = 0777 ;
69
$Config['ChmodOnUpload'] = 0705 ;
Line 70... Line 70...
70
 
70
 
71
// See comments above.
71
// See comments above.
72
// Used when creating folders that does not exist.
72
// Used when creating folders that does not exist.
Line 73... Line 73...
73
$Config['ChmodOnFolderCreate'] = 0777 ;
73
$Config['ChmodOnFolderCreate'] = 0705 ;
74
 
74
 
Line 75... Line 75...
75
/*
75
/*