[PHP] new security patch problem

2005-05-13 Thread K.S. TANG
PHP_AUTH_PW'] can be access or avaliable to me and the web browser Thanks a lot K.S. "Richard Lynch" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > On Thu, May 12, 2005 9:27 am, K.S. TANG said: >> I have a page using the Basic HTTP Authentication and works

[PHP] Help!!! Cannot do Authentication

2005-05-12 Thread K.S. TANG
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