1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 12:09:15 +00:00

move magpie to lib/

This commit is contained in:
Andrew Dolgov
2009-01-22 14:33:02 +01:00
parent 5ef03f1541
commit 816cdfb7ee
11 changed files with 4 additions and 7 deletions

View File

@@ -8,8 +8,6 @@
declare(ticks = 1);
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-daemon');
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-daemon');
define('DISABLE_SESSIONS', true);
require_once "version.php";
@@ -34,7 +32,6 @@
require_once "db.php";
require_once "db-prefs.php";
require_once "functions.php";
require_once "magpierss/rss_fetch.inc";
error_reporting(DEFAULT_ERROR_LEVEL);