diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-18 16:55:10 -0700 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-03-21 21:47:30 +0100 |
commit | e7c3ecd1928dfbd06e24ff17daf6d072842d8946 (patch) | |
tree | 40125726f719d9bf07a52fe891d07c47b1585546 /library/simplepie/demo/handler_image.php | |
parent | 99811c90b6568284d38311714aa415c916812db7 (diff) | |
download | volse-hubzilla-e7c3ecd1928dfbd06e24ff17daf6d072842d8946.tar.gz volse-hubzilla-e7c3ecd1928dfbd06e24ff17daf6d072842d8946.tar.bz2 volse-hubzilla-e7c3ecd1928dfbd06e24ff17daf6d072842d8946.zip |
issue #699
(cherry picked from commit a45dd09fc0aa08fc81b7c62a9ac6aab78487dd8e)
Diffstat (limited to 'library/simplepie/demo/handler_image.php')
-rw-r--r-- | library/simplepie/demo/handler_image.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/simplepie/demo/handler_image.php b/library/simplepie/demo/handler_image.php deleted file mode 100644 index 49c3ec89b..000000000 --- a/library/simplepie/demo/handler_image.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php -// This should be modifed as your own use warrants. - -require_once('../simplepie.inc'); -SimplePie_Misc::display_cached_file($_GET['i'], './cache', 'spi'); -?> |