Get rid of references to vestigial check.html.php page.

This commit is contained in:
Bharat Mediratta
2009-06-28 19:26:41 -07:00
parent 177a854dbb
commit b0bb107b7e
+1 -5
View File
@@ -30,10 +30,6 @@ require(DOCROOT . "installer/installer.php");
if (PHP_SAPI == "cli") {
include("cli.php");
} else {
if (@$_GET["page"] == "check") {
include("check.html.php");
} else {
include("web.php");
}
include("web.php");
}