summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-25 17:57:09 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-25 17:57:09 +0100
commitf7c50e28dbd637b3b60c6aea0fac3768f8f59f05 (patch)
treedf0e68dc3d7f6df13473b5f5a717805af0c04c92 /installer/check.php
parent39f883e1f9fab83a47b76fb4802c2d01fa9c4e76 (diff)
parent00a6b75622fb49dfe84173b04f8353fbc4216c9c (diff)
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php
index 5cb30225e..514ec42a9 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -1,3 +1,10 @@
+<?php
+
+if (!class_exists('rcube_install') || !is_object($RCI)) {
+ die("Not allowed! Please open installer/index.php instead.");
+}
+
+?>
<form action="index.php" method="get">
<?php