31,8 → 31,8 |
$cfg["db_type"] = "mysql"; // mysql, postgres7 view adodb/drivers/ |
$cfg["db_host"] = "localhost"; // DB host computer name or IP |
$cfg["db_name"] = "torrentflux"; // Name of the Database |
$cfg["db_user"] = "root"; // username for your MySQL database |
$cfg["db_pass"] = ""; // password for database |
$cfg["db_user"] = "torrenter"; // username for your MySQL database |
$cfg["db_pass"] = "gdytawbvc"; // password for database |
/**************************************************************************/ |
|
|