aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-02-12 23:12:39 +0000
committerplegall <plg@piwigo.org>2009-02-12 23:12:39 +0000
commit9958d87e14b3af73a3f0f20c8c92de4be57efe78 (patch)
tree4ac0b066f2f63dac77850d8bda8fd49743201aa8 /admin
parentc4d34ae15a84038b36626c8e0e195d84c31fca08 (diff)
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/branches/2.0@3132 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/intro.php2
1 files changed, 1 insertions, 1 deletions
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.'));
}