From d195055341368ca2b480a60b8a62c0c49966d272 Mon Sep 17 00:00:00 2001 From: John Kristensen Date: Wed, 9 Feb 2011 12:50:47 +1100 Subject: [PATCH] Allow update.php to be run from outside of the main directory * Change the update.php working directory to be the main tt-rss application directory so that the script can be run from anywhere without problems. Useful for adding the update.php script to cron. --- update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/update.php b/update.php index e0c460273..6be19473f 100755 --- a/update.php +++ b/update.php @@ -2,6 +2,7 @@