Changeset 522675
- Timestamp:
- 03/23/2012 02:16:54 PM (14 years ago)
- File:
-
- 1 edited
-
http-authentication/trunk/http-authentication.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http-authentication/trunk/http-authentication.php
r515095 r522675 175 175 176 176 foreach (array('REMOTE_USER', 'REDIRECT_REMOTE_USER') as $key) { 177 if ( isset($_SERVER[$key])) {177 if (! empty($_SERVER[$key])) { 178 178 $username = $_SERVER[$key]; 179 179 }
Note: See TracChangeset
for help on using the changeset viewer.