1
0
Fork 0

Legacy "include" fragments have been removed

This commit is contained in:
Michael 2022-10-20 04:21:00 +00:00
commit 4930737cc4
5 changed files with 3 additions and 26 deletions

View file

@ -77,7 +77,6 @@ HELP;
$files = array_merge(
['index.php'],
glob('mod/*'),
glob('include/*'),
glob('addon/*/*'),
$this->globRecursive('src')
);