From: Michael J. Rubinsky Date: Sat, 14 Aug 2010 16:39:35 +0000 (-0400) Subject: We want to exit here, not continue on to the Rpc server. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=33e4e5649b674038e625bc42a008560740530057;p=horde.git We want to exit here, not continue on to the Rpc server. --- diff --git a/horde/rpc.php b/horde/rpc.php index 08b04737c..71455ea60 100644 --- a/horde/rpc.php +++ b/horde/rpc.php @@ -94,7 +94,7 @@ switch ($serverType) { case 'ActiveSync': /* Check if we are even enabled for AS */ if (empty($conf['activesync']['enabled'])) { - break; + exit; } if ($conf['activesync']['logging']['type'] == 'custom') {