1

Topic: admin prob

I change the status for the admin from admin to member, now there is no admin? how do i change it back?

Re: admin prob

You will have to run a query manually.

UPDATE users SET status=2 WHERE username='TheUser';

"Programming is like sex: one mistake and you have to support it for the rest of your life."