openrat-cms

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

commit e5227bf692bedd9af9620615033bc82a011f3fb0
parent 109a9036468f67c0fa2a911216e974e47febe342
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 18 Nov 2011 23:35:01 +0100

Fix: Dateiname in Require-Anweisung.

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

diff --git a/openid.php b/openid.php @@ -3,6 +3,6 @@ exit(); $_GET['action'] = 'login'; $_GET['subaction'] = 'openid'; -require( 'dispcher.php' ); +require( 'dispatcher.php' ); ?> \ No newline at end of file