web - added login via steam

This commit is contained in:
Nereziel
2023-11-07 18:09:14 +01:00
parent 5debad9711
commit 5f4cf1dfc3
7 changed files with 1247 additions and 16 deletions

11
website/class/config.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
define('DB_HOST', 'localhost');
define('DB_NAME', 'cs2server');
define('DB_USER', 'cs2server');
define('DB_PASS', 'SupRCupRH35l0p1c0+*');
define('STEAM_API_KEY', '37D90C2FFAC89E178B0D53DB42A4981C');
define('STEAM_DOMAIN_NAME', '');
define('STEAM_LOGOUT_PAGE', '');
define('STEAM_LOGIN_PAGE', '');