Changeset 13428 for trunk/wp-admin/install.php
- Timestamp:
- 02/26/2010 06:31:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r13356 r13428 6 6 * @subpackage Administration 7 7 */ 8 9 // Sanity check. 10 if ( 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 } 8 16 9 17 /**
Note: See TracChangeset
for help on using the changeset viewer.