Changeset 361 for devel/config-dist.php
- Timestamp:
- 05/23/06 02:17:04 (3 years ago)
- Files:
-
- devel/config-dist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r310 r361 35 35 // This should be OUTSIDE your wwwroot. 36 36 $CFG->dataroot = ''; 37 // You may change th is valueto something else but you must ensure that38 // the user runs the web server process beable to read and write under39 // th is 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. 40 40 //$CFG->directorypermissions = 0777; 41 //$CFG->filepermissions = 0666; 41 42 42 43 $CFG->dbtype = 'mysql'; // for now
