summaryrefslogtreecommitdiff
path: root/inc/remote.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:11:31 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:11:31 +0100
commitb967e5fc8fd93226eba7926c13b73b93878f182b (patch)
treea04a0983256349745e849ca1d39b1a4a265c769f /inc/remote.php
parent37e579189fae39899d3856598affa31dfd39328b (diff)
downloadrpg-b967e5fc8fd93226eba7926c13b73b93878f182b.tar.gz
rpg-b967e5fc8fd93226eba7926c13b73b93878f182b.tar.bz2
removed requires, changed conf check in xmlrpc.php
Diffstat (limited to 'inc/remote.php')
-rw-r--r--inc/remote.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php
index 0347bd900..2ef28afd2 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -1,7 +1,6 @@
<?php
if (!defined('DOKU_INC')) die();
-require_once(DOKU_INC.'inc/RemoteAPICore.php');
class RemoteException extends Exception {}
class RemoteAccessDeniedException extends RemoteException {}