summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-29 09:08:57 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-29 09:08:57 -0700
commit5de6de6a133c6c906ee63b5a2ab1b08bc14ca17e (patch)
treea24bcd976499d9bf8c8738e72eea76490b847653 /installer/index.php
parent16d4922e3af7309c1a3747cd1c49f981a9066ee4 (diff)
parentb0bb107b7ebb5edbf3bec69ae2e716552eb1adf5 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'installer/index.php')
-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");
}