From b5713396f1bfd135b457bcad9cceb20f48ba23c7 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 14 Oct 2009 05:01:51 -0400
Subject: [PATCH] - fix last commit

---
 index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.php b/index.php
index 46f8c36..4ae71e1 100644
--- a/index.php
+++ b/index.php
@@ -159,7 +159,7 @@
     $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')) {

--
Gitblit v1.9.1