diff --git a/claim.php b/claim.php index 372725c4..eb6ce61e 100644 --- a/claim.php +++ b/claim.php @@ -7,8 +7,8 @@ function last_activity($board) { $query = prepare(sprintf("SELECT MAX(time) AS time FROM posts_%s", $board)); $query->execute(); $row = $query->fetch(); - $ago = (new DateTime)->sub(new DateInterval('PT72H')); - $mod_ago = (new DateTime)->sub(new DateInterval('PT168H')); + $ago = (new DateTime)->sub(new DateInterval('P1W')); + $mod_ago = (new DateTime)->sub(new DateInterval('P2W')); $last_activity_date = new DateTime(); $last_mod_date = new DateTime(); @@ -47,7 +47,7 @@ function last_activity($board) { if (!isset($_GET['claim'])) { $title = "Boards that need new owners"; $q = query("SELECT uri FROM boards"); -$body = '
The following boards have been abandoned by their owners or have less than one post in a seventy-two hour period. Think you can do a better job? Claim one! Note: You can only reclaim one board per IP per day. Choose carefully!
Board | Last activity | Last mod login | Reclaim |
---|
Board | Last activity | Last mod login | Reclaim |
---|