Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Admin Restricted Code Question
How would I code something so its restricted to admins, It just to restrict some links from the members, kinda like how members dont see the Settings panel.
Example of Something Similiar:
if ($userrole == admin){
...
}
Example of Something Similiar:
if ($userrole == admin){
...
}
0