GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
foreach($pdo->query('select todos.*, writer.email as writer_email from todos left join users writer on todos.created_by = writer.id order by todos.id desc')->fetchAll()as$todo){?>
<?phpforeach($pdo->query('select comments.*, writer.email as writer_email from comments left join users writer on comments.created_by = writer.id where task_id = '.$todo['id'])->fetchAll()as$comment){?>