move magpie to lib/
This commit is contained in:
parent
5ef03f1541
commit
816cdfb7ee
|
@ -103,8 +103,8 @@
|
|||
define('MAGPIE_CACHE_AGE', 60*15); // 15 minutes
|
||||
|
||||
require_once "lib/simplepie/simplepie.inc";
|
||||
require_once "magpierss/rss_fetch.inc";
|
||||
require_once 'magpierss/rss_utils.inc';
|
||||
require_once "lib/magpierss/rss_fetch.inc";
|
||||
require_once 'lib/magpierss/rss_utils.inc';
|
||||
|
||||
/**
|
||||
* Print a timestamped debug message.
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
require_once "db.php";
|
||||
require_once "db-prefs.php";
|
||||
require_once "functions.php";
|
||||
require_once "magpierss/rss_fetch.inc";
|
||||
require_once "lib/magpierss/rss_fetch.inc";
|
||||
|
||||
error_reporting(DEFAULT_ERROR_LEVEL);
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
require_once "db.php";
|
||||
require_once "db-prefs.php";
|
||||
require_once "functions.php";
|
||||
require_once "magpierss/rss_fetch.inc";
|
||||
require_once "lib/magpierss/rss_fetch.inc";
|
||||
|
||||
error_reporting(DEFAULT_ERROR_LEVEL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue