Re: [PHP-DB] User getting superuser access. ack!

2002-04-24 Thread szii
years old by now, and I'm not sure if it ever changed, or what the status is currently. 'Luck! -Szii - Original Message - From: "J. Wharton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 8:51 AM Subject: Re: [PHP-DB] User g

Re: [PHP-DB] User getting superuser access. ack!

2002-04-24 Thread J. Wharton
... > Well, that looks like a problem within the findLoginType() > call. Since it's not been included, it's hard to help you. :) > > 'Luck > > -Szii > > > - Original Message - > From: "J. Wharton" <[EMAIL PROTECTED]> > To: <

Re: [PHP-DB] User getting superuser access. ack!

2002-04-23 Thread szii
2002 11:09 AM Subject: [PHP-DB] User getting superuser access. ack! > I am having a problem where from certain browsers, a user gets the superuser > access, but from mine, she gets normal access. Help! > > Here is a snippet of my code: > > //findLoginType returns a single

[PHP-DB] User getting superuser access. ack!

2002-04-23 Thread J. Wharton
I am having a problem where from certain browsers, a user gets the superuser access, but from mine, she gets normal access. Help! Here is a snippet of my code: //findLoginType returns a single character code stored in the user table for each user. //variable $username=$REMOTE_USER as previously