Fix typo
This commit is contained in:
parent
e59521f689
commit
1f9d1f44d8
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if($conn->connect_error){
|
|||
</tr>
|
||||
|
||||
<?php
|
||||
$sql = "SELECT * FROM cheaterliste ORDER BY addtime DESC;";
|
||||
$sql = "SELECT * FROM cheaterlist ORDER BY addtime DESC;";
|
||||
$result = $conn->query($sql);
|
||||
$number = 1;
|
||||
|
||||
|
@ -80,7 +80,7 @@ if (!isset ($_SESSION['id'])){
|
|||
echo '<div class="loginform">' .
|
||||
'<form action="/insert.php" method="post">' .
|
||||
'<input type="url" pattern="https?://.+" required placeholder="Link" name="url"><br>' .
|
||||
'<input type="submit" value="Hinzufügen">' .
|
||||
'<input type="submit" value="Hinzuf<EFBFBD>gen">' .
|
||||
'</form>' .
|
||||
'<form action="/logout.php" method="post">' .
|
||||
'<input type="submit" value="Logout">' .
|
||||
|
|
Reference in a new issue