From 7043c2a395260226e0482d87b8e6d80c41c96166 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 14 Oct 2009 09:01:51 +0000 Subject: - fix last commit git-svn-id: https://svn.roundcube.net/trunk@3041 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- cgit v1.2.3