Ticket #9444: 9444.diff

File 9444.diff, 417 bytes (added by Denis-de-Bernardy, 4 years ago)

add a means to stop the wp_settings.php file on its first line

  • Users/denis/Sites/sem-pro/wp-settings.php

     
    11<?php 
     2if ( defined('WP_CONFIG_ONLY') ) return; 
     3 
    24/** 
    35 * Used to setup and fix common variables and include 
    46 * the WordPress procedural and class library.