This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Misc-small-projects/CS-GO/Skins/db/config.php

7 lines
104 B
PHP

<? php
return array(
'db_host' => 'localhost'
'db_username' => 'root'
'db_password' => 'password'
);