nvm... i'm doing things
This commit is contained in:
parent
85e7aacc3b
commit
4b4412f37a
@ -33,9 +33,9 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if($_GET["lang"] = "de") {
|
if($_GET["lang"] == "de") {
|
||||||
echo "Du schaust das auf deutsch an!"
|
echo "Du schaust das auf deutsch an!";
|
||||||
};
|
}
|
||||||
|
|
||||||
$files = glob("roles/*.php");
|
$files = glob("roles/*.php");
|
||||||
sort($files);
|
sort($files);
|
||||||
|
Loading…
Reference in New Issue
Block a user