Changeset 394
- Timestamp:
- 06/12/06 19:48:05 (2 years ago)
- Files:
-
- devel/config-dist.php (modified) (1 diff)
- devel/includes_system.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r384 r394 55 55 // performance and debugging // 56 56 // Uncomment this to get sql errors sent to the webserver error log. 57 // $CFG->dblogerror = =true;57 // $CFG->dblogerror = true; 58 58 // put this to 2047 to get adodb error handling. 59 59 $CFG->debug = 0; devel/includes_system.php
r314 r394 27 27 Configuration problem: The PHP setting 'register_globals', which is a huge security risk, is turned on. 28 28 There should be a line in the .htaccess file as follows: <code>php_flag register_globals off</code> 29 If the line is present but has a # at the start, remove the # character. 29 30 "; 30 31 }
