I made a new page in a PHP codeigniter project.
With specific users, (not admin) i get the auth/deny when clicking on a link.
I found the string which generates the permissions for the users, but i dont know how to analyze.
I have 4 page: tenders, phonebook, partners, and the new is tendersnew.
The string in the database:
a:1:{s:3:"uri";a:4:{i:0;s:6:"/main/";i:1;s:11:"/phonebook/";i:2;s:9:"/tenders/";i:3;s:10:"/partners/";}}
now i have to add the tendersnew link, but i dont know what are theese numbers.
This is my first codeigniter project, i have to supplement with 1-2 features..
thanks!