diff options
Diffstat (limited to 'installer/test.php')
-rw-r--r-- | installer/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.php b/installer/test.php index 5d28d5f57..7a6b1b6da 100644 --- a/installer/test.php +++ b/installer/test.php @@ -1,6 +1,6 @@ <?php -if (!class_exists('rcube_install') || !is_object($RCI)) { +if (!class_exists('rcmail_install', false) || !is_object($RCI)) { die("Not allowed! Please open installer/index.php instead."); } |