Remove Horde/RPC.php require.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 17:47:43 +0000 (13:47 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 28 Jun 2009 17:47:43 +0000 (13:47 -0400)
Do we still need the 'HTTP/WebDAV/Server.php'?

kronolith/calendars/info.php

index 66edb34..2933d7a 100644 (file)
 
 @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()) {