diff options
author | Klaus <Klaus.Weidenbach@gmx.net> | 2017-03-21 21:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-21 21:50:40 +0100 |
commit | ef73607288c725798927bb705419a74728e8e348 (patch) | |
tree | 40125726f719d9bf07a52fe891d07c47b1585546 /library/simplepie/demo/handler_image.php | |
parent | 99811c90b6568284d38311714aa415c916812db7 (diff) | |
parent | e7c3ecd1928dfbd06e24ff17daf6d072842d8946 (diff) | |
download | volse-hubzilla-ef73607288c725798927bb705419a74728e8e348.tar.gz volse-hubzilla-ef73607288c725798927bb705419a74728e8e348.tar.bz2 volse-hubzilla-ef73607288c725798927bb705419a74728e8e348.zip |
Merge pull request #706 from dawnbreak/master
issue #699
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'); -?> |