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/mysql.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/mysql.class.php')
-rw-r--r-- | inc/auth/mysql.class.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php index b1c6a3a52..ca607ced5 100644 --- a/inc/auth/mysql.class.php +++ b/inc/auth/mysql.class.php @@ -8,9 +8,6 @@ * @author Matthias Grimm <matthias.grimmm@sourceforge.net> */ -define('DOKU_AUTH', dirname(__FILE__)); -require_once(DOKU_AUTH.'/basic.class.php'); - class auth_mysql extends auth_basic { var $dbcon = 0; |