summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-10-14 09:01:51 +0000
committeralecpl <alec@alec.pl>2009-10-14 09:01:51 +0000
commitb5713396f1bfd135b457bcad9cceb20f48ba23c7 (patch)
tree2dc79dbd58c7ffe5c2ded694fe926702afde3112 /index.php
parentccc80d1ca86b8da8bf24fd805443b4c992e2c187 (diff)
- fix last commit
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 46f8c364e..4ae71e1cf 100644
--- a/index.php
+++ b/index.php
@@ -159,7 +159,7 @@ if (empty($RCMAIL->user->ID)) {
$OUTPUT->redirect(array(), 2000);
if (!empty($_REQUEST['_framed']))
- $OUTPUT->command('redirect', $OUTPUT->app->url());
+ $OUTPUT->command('redirect', '?');
// check if installer is still active
if ($RCMAIL->config->get('enable_installer') && is_readable('./installer/index.php')) {