Make WordPress Core

Ticket #11728: 11728-hack.diff

File 11728-hack.diff, 438 bytes (added by nacin, 15 years ago)

I don't want to be associated with this patch...

  • install.php

     
    1414 */
    1515define('WP_INSTALLING', true);
    1616
     17// Sanity check if PHP is running
     18if ( false ) {
     19?>
     20<h1>Error: PHP is not running</h1><div style="display:none">
     21<?php
     22}
     23
    1724/** Load WordPress Bootstrap */
    1825require_once(dirname(dirname(__FILE__)) . '/wp-load.php');
    1926