From b78eacadba9f768e3d24231f391b65f00d65ef1f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 2 Dec 2008 20:44:30 -0700 Subject: [PATCH] We want to authenticate here. --- imp/imp-dimp.php | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.11.0