Make WordPress Core

Ticket #37264: 37264.diff

File 37264.diff, 447 bytes (added by Presskopp, 9 years ago)
  • setup-config.php

     
    398398                        fwrite( $handle, $line );
    399399                }
    400400                fclose( $handle );
    401                 chmod( $path_to_wp_config, 0666 );
     401                chmod( $path_to_wp_config, 0440 );
    402402                setup_config_display_header();
    403403?>
    404404<h1 class="screen-reader-text"><?php _e( 'Successful database connection' ) ?></h1>