Changeset 13670
- Timestamp:
- 03/11/2010 08:45:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r13592 r13670 10 10 if ( false ) { 11 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"> 12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 13 <html xmlns="http://www.w3.org/1999/xhtml" > 14 <head> 15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 16 <title>Error: PHP is not running</title> 17 </head> 18 <body> 19 <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1> 20 <h2>Error: PHP is not running</h2> 21 <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p> 22 </body> 23 </html> 14 24 <?php 15 25 }
Note: See TracChangeset
for help on using the changeset viewer.