Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Panel #2

Closed
CollinsCoding opened this issue Apr 23, 2016 · 1 comment
Closed

Admin Panel #2

CollinsCoding opened this issue Apr 23, 2016 · 1 comment
Assignees

Comments

@CollinsCoding
Copy link

I'm not exactly sure how I can access an administration panel on my site? I've finished all the steps and it says you've programmed a new admin panel. How would one access this?

@ChristopherDay
Copy link
Owner

I have recently picked up development of this project again. In the current Master branch i have started work on the admin panel. Currently it only supports crimes but i will be adding features to it soon.

To view the admin panel you will need to run the following SQL in your DB admin tool (eg. phpMyAdmin ) UPDATE users SET U_userLevel = 2 WHERE U_id = {id} making sure you replace {id} WITH your admin user ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants