This commit is contained in:
parent
0ecbe52e30
commit
60fea4be9d
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
||||||
//Database Host
|
//Database Host
|
||||||
$DBHOST = 'localhost';
|
$DBHOST = 'localhost';
|
||||||
//Database Name
|
//Database Name
|
||||||
$DBNAME = 'clipbucket';
|
$DBNAME = 'clipbucket2.7svn';
|
||||||
//Database Username
|
//Database Username
|
||||||
$DBUSER = 'root';
|
$DBUSER = 'root';
|
||||||
//Database Password
|
//Database Password
|
||||||
$DBPASS = 'fine';
|
$DBPASS = '';
|
||||||
//Setting Table Prefix
|
//Setting Table Prefix
|
||||||
define('TABLE_PREFIX','cb_');
|
define('TABLE_PREFIX','cb_');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue