diff --git a/index.php b/index.php index 1b804488..c56f5903 100644 --- a/index.php +++ b/index.php @@ -295,6 +295,8 @@ private function getExpectedElementsList(): array { 'COPYING-AGPL', 'occ', 'db_structure.xml', + '.php-ini', + '.php-version' ]; return array_merge($expected, $this->getAppDirectories()); }