> I'll include it my the next commit,
> - if (!is_dir("{$g['etc_path']}/inc/ext"))
> + if (!(is_dir("{$g['etc_path']}/inc/ext") || is_dir("{$g['www_path']}/ext")) )
> return;
hi, sorry to bother but you missed a parenthesis in the commit 167
it's:
( ! ( isdir() || isdir() ) ) |