openrat-cms

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

commit 788fb84cea5563a46190a70e84d2f4ef65a214e1
parent 1995211c63bdce0430a8b9cb0ecaf21d3f37e458
Author: dankert <devnull@localhost>
Date:   Mon, 22 Oct 2007 19:57:32 +0200

Direkter Wrapper f?r OpenId-Anfragen.

Diffstat:
openid.php | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/openid.php b/openid.php @@ -0,0 +1,8 @@ +<?php + +$_GET['action'] = 'index'; +$_GET['subaction'] = 'openid'; + +require( 'do.php' ); + +?>+ \ No newline at end of file