diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index bd595b65c5..d3c912df4b 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -181,6 +181,7 @@ define('SEARCH_TABLE', $table_prefix.'search_results'); define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist'); define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch'); define('SESSIONS_TABLE', $table_prefix.'sessions'); +define('SITELIST_TABLE', $table_prefix.'sitelist'); define('SMILIES_TABLE', $table_prefix.'smilies'); define('STYLES_TABLE', $table_prefix.'styles'); define('STYLES_TPL_TABLE', $table_prefix.'styles_template'); |