From 51fe601ee9b9dda48bd0ca91fd78ab15586181ec Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 12 Feb 2009 23:20:40 +0000 Subject: merge r3132 from branch 2.0 to trunk modification: phpwebgallery.net moves to piwigo.org modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/trunk@3133 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/intro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/intro.php') diff --git a/admin/intro.php b/admin/intro.php index 254896878..9d37a1b30 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -42,7 +42,7 @@ check_status(ACCESS_ADMINISTRATOR); // Check for upgrade : code inspired from punbb if (isset($_GET['action']) and 'check_upgrade' == $_GET['action']) { - if (!fetchRemote(PHPWG_URL.'/latest_version', $result)) + if (!fetchRemote(PHPWG_URL.'/download/latest_version', $result)) { array_push($page['errors'], l10n('Unable to check for upgrade.')); } -- cgit v1.2.3