Posted by Els on 03/07/07 22:00
Rik wrote:
> Change:
>>>>> if($row['passwd']==$_SERVER['PHP_PW']) $verified = true;
> To:
> if($row['passwd']==md5($_SERVER['PHP_PW'])) $verified = true;
Still won't work.
It's most likely something I'm doing wrong, like where in the script I
place the lot, but I can't figure out what it is.
Thanks for your help anyway, I'll keep the code so I may use it if I
need to do the same thing some time outside Joomla.
--
Els http://locusmeus.com/
[Back to original message]
|