diff options
| author | 2013-12-15 11:21:49 +0100 | |
|---|---|---|
| committer | 2013-12-15 11:21:49 +0100 | |
| commit | 16c2696f2ada2c22e0ac6392bd27365f10e66004 (patch) | |
| tree | c45866e1ca17b1a6c254d1b94dc8642bae8e70a0 /app | |
| parent | 02452e6a5ccf287dd3a08c3bb14c0395cab2d926 (diff) | |
Delete Days.php
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/Days.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/Days.php b/app/models/Days.php deleted file mode 100644 index 2d770c30b..000000000 --- a/app/models/Days.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -class FreshRSS_Days { - const TODAY = 0; - const YESTERDAY = 1; - const BEFORE_YESTERDAY = 2; -} |
