projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bb155
)
Remove Horde/RPC.php require.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 17:47:43 +0000
(13:47 -0400)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/kronolith/calendars/info.php
b/kronolith/calendars/info.php
index
66edb34
..
2933d7a
100644
(file)
--- 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()) {