mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
we dont even use this file anymore
This commit is contained in:
parent
05933f23d4
commit
7e7cb6117d
@ -8,8 +8,8 @@ $protected = array('burgers', 'cow', 'wilno', 'cute', 'yoga');
|
||||
$q = query("SELECT uri FROM boards");
|
||||
$boards = $q->fetchAll(PDO::FETCH_COLUMN);
|
||||
$now = new DateTime();
|
||||
$ago = (new DateTime)->sub(new DateInterval('P3D'));
|
||||
$mod_ago = (new DateTime)->sub(new DateInterval('P7D'));
|
||||
$ago = (new DateTime)->sub(new DateInterval('P7D'));
|
||||
$mod_ago = (new DateTime)->sub(new DateInterval('P14D'));
|
||||
|
||||
// Find out the last activity for our board
|
||||
$delete = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user