summaryrefslogtreecommitdiff
path: root/update.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.php
parentde8260cb10da0ac4e49e4b3fc3a42c3578eff007 (diff)
split rss updating stuff into separate include file
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 2fa2e2f54..8cca3daa0 100755
--- a/update.php
+++ b/update.php
@@ -7,6 +7,7 @@
chdir(dirname(__FILE__));
require_once "functions.php";
+ require_once "rssfuncs.php";
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";