From 639321250b19d6af8ed7cd51c6935511d605304f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 28 Jun 2009 13:47:43 -0400 Subject: [PATCH] Remove Horde/RPC.php require. Do we still need the 'HTTP/WebDAV/Server.php'? --- kronolith/calendars/info.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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()) { -- 2.11.0