summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/index.php')
-rw-r--r--installer/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php
index f06bfcf1..6b1d434b 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -30,7 +30,7 @@ require(DOCROOT . "installer/installer.php");
if (php_sapi_name() == "cli") {
include("cli.php");
} else {
- if ($_GET["page"] == "check") {
+ if (@$_GET["page"] == "check") {
include("check.html.php");
} else {
include("web.php");