From 48bc52e835bd5485f7443d54399e4fb0d36732d7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 13 Feb 2010 17:33:25 +0000 Subject: - Fix imap_init hook broken in r3258 (#1486493) --- index.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'index.php') 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(); -- cgit v1.2.3