]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Extract.php
bump version 2023.12
[friendica.git] / src / Console / Extract.php
index 17d142039ecccde6fd769ce3645aab22a4bfdf07..1f84d442b5031d69f929c9d00a428eadb157f9d6 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
  *
@@ -75,9 +75,8 @@ HELP;
                $arr = [];
 
                $files = array_merge(
-                       ['index.php', 'boot.php'],
+                       ['index.php'],
                        glob('mod/*'),
-                       glob('include/*'),
                        glob('addon/*/*'),
                        $this->globRecursive('src')
                );