mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-28 05:51:23 -05:00
Typo in db_prefix
This commit is contained in:
parent
3fb9c54d2f
commit
73e86fb6f7
@ -24,7 +24,7 @@ $config['db_password'] = 'stikked';
|
|||||||
* Table prefix
|
* 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 have one db.
|
||||||
* Use underscore as suffix to easily see the tables.
|
* Use underscore as suffix to easily see the tables.
|
||||||
* use $config['db_password'] = ''; if you dont want to use table prefix.
|
* use $config['db_prefix'] = ''; if you dont want to use table prefix.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$config['db_prefix'] = 'stikked_';
|
$config['db_prefix'] = 'stikked_';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user