From 2c08214a7f4dd693cb401714412b7a1ad635ed41 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2011 16:06:25 +0400 Subject: split rss updating stuff into separate include file --- update.php | 1 + 1 file changed, 1 insertion(+) (limited to 'update.php') 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"; -- cgit v1.2.3