mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-12 08:06:32 -07:00
r377
INSERT INTO `bb_config` VALUES ('premod', '0'); Возможность отключения премодерации Фикс больших картинок в спойлере (выносило за пределы спойлера) Объеденение гостевый ajax функций. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@377 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
5174beaf5c
commit
1760c80ec1
20 changed files with 188 additions and 158 deletions
|
@ -660,6 +660,7 @@ INSERT INTO `bb_config` VALUES ('network_news_count', '5');
|
|||
INSERT INTO `bb_config` VALUES ('network_news_forum_id', '2');
|
||||
INSERT INTO `bb_config` VALUES ('whois_info', 'http://ip-whois.net/ip_geo.php?ip=');
|
||||
INSERT INTO `bb_config` VALUES ('show_mod_index', '1');
|
||||
INSERT INTO `bb_config` VALUES ('premod', '0');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue