This commit is contained in:
Fahad Abbas 2014-04-05 08:59:40 +00:00
parent 0ecbe52e30
commit 60fea4be9d

View file

@ -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_');