lautaroangelico/WebEngine

Template should only be rendered for "index" access

lautaroangelico opened this issue · 0 comments

if(!defined('access') or !access) {

The template is being rendered for any access type except for non defined access. Only "cron" and "api" should not render template and only "index" should do.