summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-28 19:26:41 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-28 19:26:41 -0700
commitb0bb107b7ebb5edbf3bec69ae2e716552eb1adf5 (patch)
treed6c4f40a59e06a40b2fdecbc84ff6cc6d0a7ef2e /installer
parent177a854dbb540efa01048e31e655828ded9490b5 (diff)
Get rid of references to vestigial check.html.php page.
Diffstat (limited to 'installer')
-rw-r--r--installer/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/installer/index.php b/installer/index.php
index 317f27b8..a11c0b02 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -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");
}