Started working on a CSGO skin database
This commit is contained in:
7
CS-GO/Skins/db/config.php
Normal file
7
CS-GO/Skins/db/config.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<? php
|
||||
|
||||
return array(
|
||||
'db_host' => 'localhost'
|
||||
'db_username' => 'root'
|
||||
'db_password' => 'password'
|
||||
);
|
||||
Reference in New Issue
Block a user