forked from leftypol/leftypol
Add optional database table prefix (issue #118; see issue comments for details)
This commit is contained in:
parent
232f4ff868
commit
a052a791b5
18 changed files with 177 additions and 165 deletions
|
@ -76,6 +76,8 @@
|
|||
$config['db']['password'] = '';
|
||||
// Tinyboard database
|
||||
$config['db']['database'] = '';
|
||||
// Table prefix
|
||||
$config['db']['prefix'] = '';
|
||||
// Use a persistent connection (experimental)
|
||||
$config['db']['persistent'] = false;
|
||||
// Anything more to add to the DSN string (eg. port=xxx;foo=bar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue