View difference between Paste ID: 4PhH1fQa and 9nyhJZ7H
SHOW: | | - or go back to the newest paste.
1
<?php
2
//Mysidia Adoptables Site Configuration File
3
4
define('DBHOST', 'localhost');             //DB Hostname
5
define('DBUSER', 'pkmntm_adopts');             //DB Username
6-
define('DBPASS', 'nomnom12');             //DB Password
6+
define('DBPASS', 'BLEEP');             //DB Password
7
define('DBNAME', 'pkmntm_adopts');             //Your database name
8
define('DOMAIN', 'pkmntriadmaster.tk/adopt');             //Your domain name (No http, www or . )
9
define('SCRIPTPATH', '');     //The folder you installed this script in
10
define('PREFIX', 'adopts_');
11
?>