Skip to content
Snippets Groups Projects
Commit be6541cc authored by Adrian Lang's avatar Adrian Lang
Browse files

basic_auth is loaded by inc/auth.php

parent 3d5e07d9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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 {
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment