openrat-cms

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

commit 6403778287eeeb8c3c956d161f20219f4264048b
parent f692a6131bca7489ff87067c8c3b2db2b74b38d9
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 25 Sep 2012 21:07:58 +0200

Fix: Methodenname.

Diffstat:
openid.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openid.php b/openid.php @@ -1,7 +1,7 @@ <?php exit(); $_GET['action'] = 'login'; -$_GET['subaction'] = 'openid'; +$_GET['subaction'] = 'openidlogin'; require( 'dispatcher.php' );