Show
Ignore:
Timestamp:
05/23/06 02:17:04 (3 years ago)
Author:
sven
Message:

allow generated files to have separate permissions from their directories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r310 r361  
    3535// This should be OUTSIDE your wwwroot. 
    3636$CFG->dataroot = ''; 
    37 // You may change this value to something else but you must ensure that 
    38 // the user runs the web server process be able to read and write under 
    39 // this permission
     37// You may change these values to something else but you must ensure that 
     38// the user the web server process runs as is able to read and write under 
     39// these permissions
    4040//$CFG->directorypermissions = 0777; 
     41//$CFG->filepermissions = 0666; 
    4142 
    4243$CFG->dbtype = 'mysql'; // for now