Jump to content

[Résolu] éliminer: "New PrestaShop update avalaible"


myname

Recommended Posts

My version is 1.1.0.5.

In the admin directory, edit index.php file:

delete lines 76-84:

if (@ini_get('allow_url_fopen') AND $update = checkPSVersion())
echo ''.translate('New PrestaShop version avalaible').' : '.translate('Download').' '.$update['name'].' !';
elseif (!@ini_get('allow_url_fopen'))
{
echo '
'.translate('Update notification unavailable').'';
echo '
 ';
echo '
'.translate('To receive PrestaShop update warnings, you need to activate the allow_url_fopen command in your php.ini config file.').' ['.translate('more infos').']';
echo '
'.translate('If you don\'t know how to do that, please contact your host administrator !').'
';
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...