diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-14 09:01:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-14 09:01:51 +0000 |
| commit | 7043c2a395260226e0482d87b8e6d80c41c96166 (patch) | |
| tree | 7655befd35940f151bdc1eeadd62964226909755 | |
| parent | f9d273644e115884ce101ab4134c2fcac6fe30a5 (diff) | |
- fix last commit
git-svn-id: https://svn.roundcube.net/trunk@3041 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 46f8c364e..4ae71e1cf 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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')) { |
