]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Typo.php
Posts per author/server on the community pages (#13764)
[friendica.git] / src / Console / Typo.php
index 4414662e7f4b150d96f9fad4fb419d13d9c162b8..a3e9b770505b6873540c0d9ba10aae6bdcacd227 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');
                }