On Thu, May 12, 2005 9:27 am, K.S. TANG said:
> I have a page using the Basic HTTP Authentication and works well before.
> But this night, the server seems to not receiving any $_SERVER pass in
> from
> Web browsers.
>
> if ( (!isset($_SERVER['PHP_AUTH_USER'])) || ($_SERVER['PHP_AUTH_USER']
> !=
I have a page using the Basic HTTP Authentication and works well before.
But this night, the server seems to not receiving any $_SERVER pass in from
Web browsers.
if ( (!isset($_SERVER['PHP_AUTH_USER'])) || ($_SERVER['PHP_AUTH_USER'] !=
"netop") || ($_SERVER['PHP_AUTH_PW'] != "cti63") ) {
hea
2 matches
Mail list logo