Skip to content

Commit

Permalink
basic_auth is loaded by inc/auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jun 23, 2010
1 parent 3d5e07d commit be6541c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions inc/auth/mysql.class.php
Expand Up @@ -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;
Expand Down
3 changes: 1 addition & 2 deletions inc/auth/pgsql.class.php
Expand Up @@ -11,8 +11,7 @@
* @author Matthias Grimm <matthias.grimmm@sourceforge.net>
*/

define('DOKU_AUTH', dirname(__FILE__));
require_once(DOKU_AUTH.'/mysql.class.php');
require_once(DOKU_INC.'inc/auth/mysql.class.php');

class auth_pgsql extends auth_mysql {

Expand Down
3 changes: 0 additions & 3 deletions inc/auth/plain.class.php
Expand Up @@ -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 {
Expand Down

0 comments on commit be6541c

Please sign in to comment.