summaryrefslogtreecommitdiff
path: root/inc/auth/plain.class.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-06-23 11:05:51 +0200
committerAdrian Lang <lang@cosmocode.de>2010-06-23 11:09:49 +0200
commitbe6541cce13f8d09639459b791dbd5b20c54dbc7 (patch)
tree98792832f59879d3d48ecf8b72adf9fbe3239289 /inc/auth/plain.class.php
parent3d5e07d9f0f7f71f91cd97f4a7484f4da8a1841a (diff)
downloadrpg-be6541cce13f8d09639459b791dbd5b20c54dbc7.tar.gz
rpg-be6541cce13f8d09639459b791dbd5b20c54dbc7.tar.bz2
basic_auth is loaded by inc/auth.php
Diffstat (limited to 'inc/auth/plain.class.php')
-rw-r--r--inc/auth/plain.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/auth/plain.class.php b/inc/auth/plain.class.php
index 96649e3c4..af4fadb36 100644
--- a/inc/auth/plain.class.php
+++ b/inc/auth/plain.class.php
@@ -7,9 +7,6 @@
* @author Chris Smith <chris@jalakai.co.uk>
*/
-define('DOKU_AUTH', dirname(__FILE__));
-require_once(DOKU_AUTH.'/basic.class.php');
-
define('AUTH_USERFILE',DOKU_CONF.'users.auth.php');
class auth_plain extends auth_basic {