summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 16:06:25 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 16:06:25 +0400
commit2c08214a7f4dd693cb401714412b7a1ad635ed41 (patch)
tree1660ccc500ddcb309fe50ad91e604661488cdcc5 /update_daemon2.php
parentde8260cb10da0ac4e49e4b3fc3a42c3578eff007 (diff)
split rss updating stuff into separate include file
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 27b4c35d6..6b9d9246f 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -32,6 +32,7 @@
require_once "db.php";
require_once "db-prefs.php";
require_once "functions.php";
+ require_once "rssfuncs.php";
require_once "lib/magpierss/rss_fetch.inc";
$children = array();