1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 12:51:30 +00:00

move simplepie/ to lib

This commit is contained in:
Andrew Dolgov
2009-01-22 14:31:24 +01:00
parent 34cd59a409
commit 5ef03f1541
3 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
require_once "simplepie/simplepie.inc";
require_once "lib/simplepie/simplepie.inc";
require_once "magpierss/rss_fetch.inc";
require_once 'magpierss/rss_utils.inc';