Skip to content

Commit

Permalink
remove dead code #68
Browse files Browse the repository at this point in the history
  • Loading branch information
markkap committed Oct 18, 2018
1 parent 1d2e7bf commit 0f4c15d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/wp-admin/install.php
Expand Up @@ -6,24 +6,6 @@
* @subpackage Administration
*/

// Sanity check.
if ( false ) {
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Error: PHP is not running</title>
</head>
<body class="wp-core-ui">
<p id="logo"><a href="https://calmpress.org/">calmPress</a></p>
<h1>Error: PHP is not running</h1>
<p>calmPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
</body>
</html>
<?php
}

/**
* We are installing WordPress.
*
Expand Down

0 comments on commit 0f4c15d

Please sign in to comment.