openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ac41d9c9ac0e16e4bad6e257a177ab3e8a5e2225
parent 56f0293565bb284acd827ce0e2626fd594fdb20a
Author: Jan Dankert <devnull@localhost>
Date:   Mon,  5 Nov 2012 10:38:11 +0100

OpenId-Klasse in neuen Auth-Ordner verschoben.

Diffstat:
Rutil/OpenId.class.php -> auth/OpenId.class.php | 0
Minit.php | 1+
Mutil/include.inc.php | 2+-
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/util/OpenId.class.php b/auth/OpenId.class.php diff --git a/init.php b/init.php @@ -67,6 +67,7 @@ define('REQ_PARAM_DATABASE_ID' ,'dbid' ); define('REQ_PARAM_TARGET' ,'target' ); define('OR_SERVICECLASSES_DIR','./util/' ); +define('OR_AUTHCLASSES_DIR' ,'./auth/' ); require_once( "functions/request.inc.php" ); diff --git a/util/include.inc.php b/util/include.inc.php @@ -23,7 +23,7 @@ require_once( OR_SERVICECLASSES_DIR."JSON.class.".PHP_EXT ); // Login //if ( !empty($REQ[REQ_PARAM_ACTION]) && in_array($REQ[REQ_PARAM_ACTION],array('index')) ) { - require_once( OR_SERVICECLASSES_DIR."OpenId.class.".PHP_EXT ); + require_once( OR_AUTHCLASSES_DIR."OpenId.class.".PHP_EXT ); } // Veroeffentlichung