From: Michael M Slusarz Date: Wed, 3 Dec 2008 03:44:30 +0000 (-0700) Subject: We want to authenticate here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b78eacadba9f768e3d24231f391b65f00d65ef1f;p=horde.git We want to authenticate here. --- diff --git a/imp/imp-dimp.php b/imp/imp-dimp.php index d15b7d808..1150010e6 100644 --- a/imp/imp-dimp.php +++ b/imp/imp-dimp.php @@ -141,10 +141,8 @@ if (in_array($action, array('chunkContent', 'Html2Text', 'Text2Html', 'GetReplyD $session_control = 'readonly'; } -$authentication = 'none'; $dimp_logout = ($action == 'LogOut'); $session_timeout = 'json'; -@define('AUTH_HANDLER', true); require_once dirname(__FILE__) . '/lib/base.php'; // Process common request variables.