// Change URLs calling for prestashop.com
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
class UpgraderCore
|
||||
{
|
||||
const DEFAULT_CHECK_VERSION_DELAY_HOURS = 24;
|
||||
public $rss_version_link = 'http://www.prestashop.com/xml/upgrader.xml';
|
||||
public $rss_md5file_link_dir = 'http://www.prestashop.com/xml/md5/';
|
||||
public $rss_version_link = 'http://api.prestashop.com/xml/upgrader.xml';
|
||||
public $rss_md5file_link_dir = 'http://api.prestashop.com/xml/md5/';
|
||||
/**
|
||||
* @var boolean contains true if last version is not installed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user