From: John Kristensen Date: Wed, 9 Feb 2011 01:50:47 +0000 (+1100) Subject: Allow update.php to be run from outside of the main directory X-Git-Tag: 1.5.2~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d195055341368ca2b480a60b8a62c0c49966d272;p=tt-rss.git 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. --- diff --git a/update.php b/update.php index e0c46027..6be19473 100755 --- a/update.php +++ b/update.php @@ -2,6 +2,7 @@