Changeset 3132 for branches/2.0/admin


Ignore:
Timestamp:
Feb 13, 2009, 12:12:39 AM (15 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/intro.php

    r3123 r3132  
    4343if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
    4444{
    45   if (!fetchRemote(PHPWG_URL.'/latest_version', $result))
     45  if (!fetchRemote(PHPWG_URL.'/download/latest_version', $result))
    4646  {
    4747    array_push($page['errors'], l10n('Unable to check for upgrade.'));
Note: See TracChangeset for help on using the changeset viewer.