Комиссионка. Наброски.
This commit is contained in:
@@ -25,6 +25,10 @@ if (!empty($_POST['buyshop'])) {
|
||||
ShopItem::buyItem($_POST['itemId'], User::$current);
|
||||
}
|
||||
|
||||
if (!empty($_POST['buymarket'])) {
|
||||
ShopItem::$status = 'попытка купить с рук предмет id: ' . $_POST['itemId'];
|
||||
}
|
||||
|
||||
Template::header('Магазин');
|
||||
?>
|
||||
<link href='/css/shop.css' rel='stylesheet'>
|
||||
|
||||
Reference in New Issue
Block a user