Hello! ![]()
I am looking for a solution to require an authentication on only one controller of an MVC framework.
How can I require an authentication on for example only the admin controller?
So that only
http://www.example.com/admin/home
http://www.example.com/admin/users
and so on...
requires the authentication.
I want to make my admin dashboard more secure with this additional authentication. But I dont know how I can do it when all run over the single index.php ![]()
I hope you understand what I am looking for, cause my english is not the best ![]()











