Legacy "include" fragments have been removed

This commit is contained in:
Michael 2022-10-20 04:21:00 +00:00
parent 660912351c
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')
);

View file

@ -105,13 +105,6 @@ HELP;
$files = glob('mod/*.php');
$this->checkFiles($php_path, $files);
if ($this->getOption('v')) {
$this->out('Directory: include');
}
$files = glob('include/*.php');
$this->checkFiles($php_path, $files);
if ($this->getOption('v')) {
$this->out('Directory: addon');
}