summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-13 17:33:25 +0000
committeralecpl <alec@alec.pl>2010-02-13 17:33:25 +0000
commit48bc52e835bd5485f7443d54399e4fb0d36732d7 (patch)
tree52a6be2f0aa273a9d0ea24c0b38c969147161671 /index.php
parent9194996a28b6c8a45905e48ed937cc8e2aa5b92e (diff)
- Fix imap_init hook broken in r3258 (#1486493)
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/index.php b/index.php
index 7251b533c..dc6bfd40b 100644
--- a/index.php
+++ b/index.php
@@ -30,15 +30,9 @@
// include environment
require_once 'program/include/iniset.php';
-// init application and start session with requested task
+// init application, start session, init output class, etc.
$RCMAIL = rcmail::get_instance();
-// init output class
-$OUTPUT = !empty($_REQUEST['_remote']) ? $RCMAIL->init_json() : $RCMAIL->load_gui(!empty($_REQUEST['_framed']));
-
-// init plugin API
-$RCMAIL->plugins->init();
-
// turn on output buffering
ob_start();