|
This is odd.
Are you using Apache under windows or under UNIX?
Are you using web server authentication, or routers2.cgi internal authentication?
The script obtains the username from the REMOTE_USER symbol set by the CGI interface, or from the passed username parameter (if you are using internal authentication). You can see how it is set by looking at the comments in the HTML page (right at the bottom, use 'view source' on the main page to see these).
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|