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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → admin prob
I change the status for the admin from admin to member, now there is no admin? how do i change it back?
You will have to run a query manually.
UPDATE users SET status=2 WHERE username='TheUser';
PunBB Forums → PunBB 1.2 troubleshooting → admin prob
Powered by PunBB, supported by Informer Technologies, Inc.