Update index.php

This commit is contained in:
Jesse James Isler 2022-03-28 15:14:53 +02:00
parent 134ebc8bc3
commit 7fa17bdecd
1 changed files with 1 additions and 3 deletions

View File

@ -112,9 +112,7 @@ if ($count%2 != 1) echo "</div>";
<span class="card-title">DEBUG INFO</span>
<?php
echo 'Language: '.$language;
echo 'Filesystem: '.foreach ($files as $filename) {
echo $filename;
}
echo 'Filesystem: '.var_dump($files);
?>
</div>
</div>