🐞 fix: Update functions to work, make new game button stay inline
This commit is contained in:
@@ -25,7 +25,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
exit;
|
||||
}
|
||||
|
||||
$stmt = $db->query('SELECT * FROM configuration');
|
||||
$stmt = $db->query('SELECT name, value FROM configuration');
|
||||
$config = $stmt->fetchAll(PDO::FETCH_KEY_PAIR);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user