From: Michael J. Rubinsky Date: Sun, 28 Jun 2009 17:47:43 +0000 (-0400) Subject: Remove Horde/RPC.php require. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=639321250b19d6af8ed7cd51c6935511d605304f;p=horde.git Remove Horde/RPC.php require. Do we still need the 'HTTP/WebDAV/Server.php'? --- diff --git a/kronolith/calendars/info.php b/kronolith/calendars/info.php index 66edb346a..2933d7a17 100644 --- a/kronolith/calendars/info.php +++ b/kronolith/calendars/info.php @@ -10,10 +10,7 @@ @define('KRONOLITH_BASE', dirname(dirname(__FILE__))); require_once KRONOLITH_BASE . '/lib/base.php'; -require_once 'Horde/RPC.php'; -if (@include_once 'HTTP/WebDAV/Server.php') { - require_once 'Horde/RPC/webdav.php'; -} +@include_once 'HTTP/WebDAV/Server.php'; // Exit if this isn't an authenticated user. if (!Auth::getAuth()) {