@@ -163,6 +163,9 @@ M.handle = function(__cfg,functions)
},
}
+ if not utils.exists_file(fw.website_dir()..M.cfg.filepath()) then
+ return false
+ end
local ext = utils.ext(M.cfg.filepath())
local last_modified = fw.file_last_modified_time(fw.website_dir()..M.cfg.filepath())