Make WordPress Core

Ticket #46409: 46409.diff

File 46409.diff, 571 bytes (added by sebastienserre, 6 years ago)
  • wp-admin/setup-config.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    437437                        fwrite( $handle, $line );
    438438                }
    439439                fclose( $handle );
    440                 chmod( $path_to_wp_config, 0666 );
     440                chmod( $path_to_wp_config, 0660 );
    441441                setup_config_display_header();
    442442                ?>
    443443<h1 class="screen-reader-text"><?php _e( 'Successful database connection' ); ?></h1>