Question
Backend in specific folder
Hello,
I'd like to put all the files related to backend administration in one folder ('admin/').
Is there a way to Dry up the code, so to have all the checks "are you authenticated?" within one application.cfc file?
Should it be within the root application.cfc file, or should I put one in the admin/ folder?
Thanks!
