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