Skip to content
Snippets Groups Projects
Commit 1a8df107 authored by echicken's avatar echicken
Browse files

Skip subdirectories of the pages/ directory, eg. "Templates".

parent d3a85609
No related branches found
No related tags found
No related merge requests found
var e = directory(webIni.RootDirectory + "/pages/*");
for(var g in e) {
if(file_isdir(e[g]))
continue;
var fn = file_getname(e[g]);
if(!checkWebCtrl(webIni.RootDirectory + "/pages/", fn))
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment