[TYPO3-test] Another test

Dmitry Dulepov dmitry.dulepov+t3ml at gmail.com
Wed Jan 13 14:41:10 CET 2010


On 2010-01-13 15:38:10 +0200, Dmitry Dulepov said:

> Hello, world!

tram tra

+   protected function getFinalOpenIDIdentifier() {
+       $result = $this->getSignedParameter('openid_identity');
+       if (!$result) {
+           $result = $this->getSignedParameter('openid_claimed_id');
+       }
+       if (!$result) {
+           $result = t3lib_div::_GP('tx_openid_claimed');
+           $signature = $this->getSignature($result);
+           if ($signature != t3lib_div::_GP('tx_openid_signature')) {
+               $result = '';
+           }
+       }
+       return $result;
+   }
+
sadfasdf

-- 
Dmitry Dulepov
"Trust me, I am a doctor!" (c) Gregory House, M.D.



More information about the TYPO3-test mailing list