mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
- added folder_moved image
- new feature: bookmark topics - fixed post details link - added confirmation screen to cookie deletion git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -168,6 +168,7 @@ define('ACL_USERS_TABLE', $table_prefix.'auth_users');
|
||||
define('ATTACHMENTS_TABLE', $table_prefix.'attachments');
|
||||
define('BANLIST_TABLE', $table_prefix.'banlist');
|
||||
define('BBCODES_TABLE', $table_prefix.'bbcodes');
|
||||
define('BOOKMARKS_TABLE', $table_prefix.'bookmarks');
|
||||
define('BOTS_TABLE', $table_prefix.'bots');
|
||||
define('CACHE_TABLE', $table_prefix.'cache');
|
||||
define('CONFIG_TABLE', $table_prefix.'config');
|
||||
|
Reference in New Issue
Block a user