Ticket #37264: 37264.diff
File 37264.diff, 447 bytes (added by , 9 years ago) |
---|
-
setup-config.php
398 398 fwrite( $handle, $line ); 399 399 } 400 400 fclose( $handle ); 401 chmod( $path_to_wp_config, 0 666);401 chmod( $path_to_wp_config, 0440 ); 402 402 setup_config_display_header(); 403 403 ?> 404 404 <h1 class="screen-reader-text"><?php _e( 'Successful database connection' ) ?></h1>