Changeset 12663
- Timestamp:
- 01/08/2010 06:40:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/setup-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r12238 r12663 20 20 * Disable error reporting 21 21 * 22 * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) f 23 or debugging 22 * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging 24 23 */ 25 24 error_reporting(0); … … 193 192 <textarea cols="90" rows="15"><?php 194 193 foreach( $configFile as $line ) { 195 echo htmlentities($line );194 echo htmlentities($line, ENT_COMPAT, 'UTF-8'); 196 195 } 197 196 ?></textarea>
Note: See TracChangeset
for help on using the changeset viewer.