1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-06 07:31:33 +00:00

remove simplepie

This commit is contained in:
Andrew Dolgov
2013-05-01 19:14:48 +04:00
parent b09a4cdccc
commit fd0daa9b55
3 changed files with 0 additions and 17790 deletions

View File

@@ -1,7 +0,0 @@
<?php
class SanitizeDummy extends SimplePie_Sanitize {
function sanitize($data, $type, $base = '') {
return $data;
}
}
?>