mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Replace sitemap to the new external component.
This commit is contained in:
parent
a14ed75385
commit
826bdea1f5
17 changed files with 159 additions and 205 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue