Skip to content

Commit

Permalink
Update index.php + updater.phar
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Spanier <lg5i0f1jb1@konto.spnr.de>
  • Loading branch information
JensSpanier committed Mar 5, 2024
1 parent 19a1307 commit 37d8c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ public function __construct(string $baseDir) {

foreach ($configFiles as $configFile) {
/**
* @psalm-suppress UnresolvableInclude
* @psalm-suppress UnresolvableInclude
* @var mixed $CONFIG
*/
*/
require_once $configFile;

if (isset($CONFIG) && is_array($CONFIG)) {
Expand Down
Binary file modified updater.phar
Binary file not shown.

0 comments on commit 37d8c03

Please sign in to comment.