Update index.php

This commit is contained in:
Jesse James Isler 2022-03-28 15:13:57 +02:00
parent 22945a2991
commit 134ebc8bc3
1 changed files with 1 additions and 2 deletions

View File

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