mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-19 02:51:50 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9f7db5171 | ||
|
|
648b928b4e |
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user