mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 18:49:21 +00:00
Revert config.php
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
define('SKIN_LANGUAGE', 'skins_en');
|
||||
|
||||
define('DB_HOST', '10.0.0.24');
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_PORT', '3306');
|
||||
define('DB_NAME', 'weaponskins_database');
|
||||
define('DB_USER', 'root');
|
||||
define('DB_PASS', 'DoOctwqOnohFSMvxLDGhGMaLGMJXjTSZBwROQeQcvFyfhkqEZHTEWMvQprOZLVco');
|
||||
define('DB_NAME', '');
|
||||
define('DB_USER', '');
|
||||
define('DB_PASS', '');
|
||||
|
||||
define('WEB_STYLE_DARK', true);
|
||||
|
||||
define('STEAM_API_KEY', 'D4EA0D36F688221050E06AF062B5EA48');
|
||||
define('STEAM_DOMAIN_NAME', 'http://10.0.0.254');
|
||||
define('STEAM_LOGOUT_PAGE', 'index.php');
|
||||
define('STEAM_LOGIN_PAGE', 'index.php');
|
||||
define('STEAM_API_KEY', '');
|
||||
define('STEAM_DOMAIN_NAME', '');
|
||||
define('STEAM_LOGOUT_PAGE', '');
|
||||
define('STEAM_LOGIN_PAGE', '');
|
||||
Reference in New Issue
Block a user