mirror of
https://github.com/friendica/friendica
synced 2025-04-28 18:24:24 +02:00
Legacy "include" fragments have been removed
This commit is contained in:
parent
660912351c
commit
4930737cc4
5 changed files with 3 additions and 26 deletions
|
@ -77,7 +77,6 @@ HELP;
|
|||
$files = array_merge(
|
||||
['index.php'],
|
||||
glob('mod/*'),
|
||||
glob('include/*'),
|
||||
glob('addon/*/*'),
|
||||
$this->globRecursive('src')
|
||||
);
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue