All,
Is there a way to include Auth or any other Controller in core.php to check if the logged in user is admin. If it is set debug to 2 or else set it to 0.
Is that even possible or advisable?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could define a
beforeFiltermethod in yourAppControllerand check there whether the user is an admin. If it is an admin, you change thedebugvalue, else you use the value defined incore.php. Something like: