summaryrefslogtreecommitdiffstats
path: root/postload.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix PHP noticenashe2017-07-121-7/+6
| | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php on line 2"
* Do not process postload.php requests if app not installednashe2017-05-281-1/+3
|
* Don't fetch feeds via postload.php if they are not in the OPML filenashe2017-04-291-14/+26
| | | | Fixes #84.
* Fixes postloadMaurice Svay2017-01-241-1/+2
|
* Clean codenashe2015-08-111-2/+2
| | | | Replace dirname(__FILE__) by __DIR__.
* convert all files saved in Windows(CRLF) to Unix (LF)Pascal Chevrel2012-03-091-16/+16
|
* One file per classMaurice Svay2012-03-071-1/+1
|
* remove unhtmlspecialchars() which is a reimplementation of a native php ↵Pascal Chevrel2012-02-261-14/+4
| | | | function, htmlspecialchars_decode()
* Refactor app instantiationMaurice Svay2011-07-101-12/+1
|
* Initial commitMaurice Svay2010-02-161-0/+37