made changes
This commit is contained in:
6
other/dbconfig.php
Normal file
6
other/dbconfig.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$db['host']="hostname";
|
||||
$db['user']="dbuser";
|
||||
$db['pass']="dbpass";
|
||||
$db['dbname']="ts3_ranksystem";
|
||||
?>
|
||||
Reference in New Issue
Block a user