Changeset 394

Show
Ignore:
Timestamp:
06/12/06 19:48:05 (2 years ago)
Author:
sven
Message:

2 trivial edits

Files:

Legend:

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

    r384 r394  
    5555// performance and debugging // 
    5656// Uncomment this to get sql errors sent to the webserver error log. 
    57 // $CFG->dblogerror = = true; 
     57// $CFG->dblogerror = true; 
    5858// put this to 2047 to get adodb error handling. 
    5959$CFG->debug = 0; 
  • devel/includes_system.php

    r314 r394  
    2727            Configuration problem: The PHP setting 'register_globals', which is a huge security risk, is turned on. 
    2828            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. 
    2930        "; 
    3031    }