]> git.wh0rd.org - tt-rss.git/blob - classes/feedenclosure.php
login: check for stale session in login handler, instead of authenticate_user()
[tt-rss.git] / classes / feedenclosure.php
1 <?php
2 class FeedEnclosure {
3 public $link;
4 public $type;
5 public $length;
6 public $title;
7 public $height;
8 public $width;
9 }
10