Update index.php

This commit is contained in:
Dawid Bepierszcz
2023-11-19 21:10:55 +01:00
committed by GitHub
parent 530a7d64c7
commit 648b928b4e

View File

@@ -7,9 +7,7 @@ require_once 'class/utils.php';
$db = new DataBase();
if (isset($_SESSION['steamid'])) {
include('steamauth/userInfo.php');
$steamid = $steamprofile['steamid'];
$steamid = $_SESSION['steamid'];
$weapons = UtilsClass::getWeaponsFromArray();
$skins = UtilsClass::skinsFromJson();