index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
Days.php
blob: a859cbace4770af49a970b5c48ac12962fb1181c (
plain
)
1
2
3
4
5
6
7
<?php class Days { const TODAY = 0; const YESTERDAY = 1; const BEFORE_YESTERDAY = 2; }