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/pgsql.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/pgsql.class.php')
-rw-r--r-- | inc/auth/pgsql.class.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/auth/pgsql.class.php b/inc/auth/pgsql.class.php index a6da56af5..8e68e865e 100644 --- a/inc/auth/pgsql.class.php +++ b/inc/auth/pgsql.class.php @@ -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 { |