Syntaxerrors....

This commit is contained in:
Jesse James Isler 2022-03-28 15:10:48 +02:00
parent 1bbea67d1e
commit cdec7d1a11
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ if ($count%2 != 1) echo "</div>";
<div class="card-content white-text">
<span class="card-title">DEBUG INFO</span>
<?php
echo 'Filename: '.$filename
echo 'Language: '.$language
echo 'Filesystem: '.$files
echo 'Filename: '.$filename;
echo 'Language: '.$language;
echo 'Filesystem: '.$files;
?>
</div>
</div>