Make WordPress Core


Ignore:
Timestamp:
02/26/2010 06:31:40 AM (15 years ago)
Author:
nacin
Message:

Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r13356 r13428  
    66 * @subpackage Administration
    77 */
     8
     9// Sanity check.
     10if ( false ) {
     11?>
     12<h1>Error: PHP is not running</h1>
     13<p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p><div style="display:none">
     14<?php
     15}
    816
    917/**
Note: See TracChangeset for help on using the changeset viewer.