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