Replace sitemap to the new external component.

This commit is contained in:
Yuriy Pikhtarev 2017-05-31 23:53:14 +03:00
commit 826bdea1f5
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
17 changed files with 159 additions and 205 deletions

View file

@ -487,7 +487,7 @@ $datastore->enqueue(array('cat_forums'));
// Дата старта вашего проекта
if (!$bb_cfg['board_startdate']) {
bb_update_config(array('board_startdate' => TIMENOW));
DB()->query("UPDATE " . BB_USERS . " SET user_regdate = " . TIMENOW . " WHERE user_id IN(2, " . EXCLUDED_USERS_CSV . ")");
DB()->query("UPDATE " . BB_USERS . " SET user_regdate = " . TIMENOW . " WHERE user_id IN(2, " . EXCLUDED_USERS . ")");
}
// Cron