summaryrefslogtreecommitdiff
path: root/inc/auth/mysql.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/mysql.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/mysql.class.php')
-rw-r--r--inc/auth/mysql.class.php3
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;