Конфиги вынесены в config.php; Cannot use object of type User as array.

This commit is contained in:
Igor Barkov (iwork)
2020-09-29 13:07:08 +03:00
parent 68ed039aaa
commit dada8c3521
4 changed files with 63 additions and 44 deletions
+1
View File
@@ -48,6 +48,7 @@ while ($row = $data->fetch_assoc()) {
$iteminfo[] = new InventoryItem($row);
}
//Обработчики нажатий на кнопки.
if (isset($_POST['battlefield'])) {
header('Location: zayavka.php');
exit();