normalizing config

This commit is contained in:
Claude 2013-11-07 13:37:57 +01:00
parent 601c1a7cab
commit 34f075a2a1

View File

@ -22,12 +22,12 @@ $config['db_password'] = 'stikked';
/**
* Table prefix
* Generate table prefix for stikked db, commonly used if the webhoster only have one db.
* Generate table prefix for stikked db, commonly used if the webhoster only has one db.
* Use underscore as suffix to easily see the tables.
* use $config['db_prefix'] = ''; if you dont want to use table prefix.
* example: $config['db_prefix'] = 'stikked_';
* use $config['db_prefix'] = ''; if you don't want to use table prefix.
*/
$config['db_prefix'] = 'stikked_';
$config['db_prefix'] = '';
/**