diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-06-23 11:05:51 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-06-23 11:09:49 +0200 |
commit | be6541cce13f8d09639459b791dbd5b20c54dbc7 (patch) | |
tree | 98792832f59879d3d48ecf8b72adf9fbe3239289 /inc/auth/plain.class.php | |
parent | 3d5e07d9f0f7f71f91cd97f4a7484f4da8a1841a (diff) | |
download | rpg-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.php | 3 |
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 { |