forked from GithubBackups/tinyib
Define TINYIB_DBKEYWORDS fallback
This commit is contained in:
parent
91c137b264
commit
4356bb509e
@ -70,6 +70,9 @@ if (!defined('TINYIB_DBMIGRATE')) {
|
|||||||
if (!defined('TINYIB_DBREPORTS')) {
|
if (!defined('TINYIB_DBREPORTS')) {
|
||||||
define('TINYIB_DBREPORTS', TINYIB_BOARD . '_reports');
|
define('TINYIB_DBREPORTS', TINYIB_BOARD . '_reports');
|
||||||
}
|
}
|
||||||
|
if (!defined('TINYIB_DBKEYWORDS')) {
|
||||||
|
define('TINYIB_DBKEYWORDS', TINYIB_BOARD . '_keywords');
|
||||||
|
}
|
||||||
if (!defined('TINYIB_DBPORT')) {
|
if (!defined('TINYIB_DBPORT')) {
|
||||||
define('TINYIB_DBPORT', 3306);
|
define('TINYIB_DBPORT', 3306);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user