Mat_ Posted July 19, 2011 Share Posted July 19, 2011 Everything is in the title:Copy and paste that in your override/classes/FrontController.php <?php class FrontController extends FrontControllerCore { public function __construct(){ if(get_class($this) != 'AuthController') $this->auth = true; parent::__construct(); } } ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now