openrat-cms

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

commit 891cb4769254449247ae39ae7923a093eae74c9b
parent cc807fe7257fb2b86d5d03231aa3880f3e3dd63d
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  7 Nov 2012 21:24:31 +0100

Konfiguration einbinden.

Diffstat:
auth/GuestAuth.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/auth/GuestAuth.class.php b/auth/GuestAuth.class.php @@ -11,6 +11,7 @@ class GuestAuth implements Auth { public function username() { + global $conf; $guestConf = $conf['security']['guest']; if ( $guestConf['enable'] )