nvm... i'm doing things

This commit is contained in:
Jesse James Isler 2022-03-28 14:44:40 +02:00
parent 85e7aacc3b
commit 4b4412f37a
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@
<div class="container">
<?php
if($_GET["lang"] = "de") {
echo "Du schaust das auf deutsch an!"
};
if($_GET["lang"] == "de") {
echo "Du schaust das auf deutsch an!";
}
$files = glob("roles/*.php");
sort($files);