summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-01-08 18:10:38 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-01-08 18:10:38 +0100
commit3a13cfe7e12afabb47139702b7f118d63ccf42c2 (patch)
treef11f8f4b233a88f45cdc1486c738a99c8e0104a9 /inc
parent27bf90be7901fc8002eb1f253df9785610d586f1 (diff)
downloadrpg-3a13cfe7e12afabb47139702b7f118d63ccf42c2.tar.gz
rpg-3a13cfe7e12afabb47139702b7f118d63ccf42c2.tar.bz2
set login as public method
Diffstat (limited to 'inc')
-rw-r--r--inc/remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/remote.php b/inc/remote.php
index 15d2308f8..76d07b344 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -1,6 +1,7 @@
<?php
if (!defined('DOKU_INC')) die();
+require_once(DOKU_INC.'inc/RemoteAPICore.php');
class RemoteException extends Exception {}
class RemoteAccessDenied extends RemoteException {}