Update upgrade2.php

This commit is contained in:
Laurent Destailleur 2019-11-02 13:45:27 +01:00 committed by GitHub
parent 01d8c3bffd
commit a971943832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ error_reporting(0);
if (! empty($conf->global->MAIN_OVERRIDE_TIME_LIMIT))
@set_time_limit((int) $conf->global->MAIN_OVERRIDE_TIME_LIMIT);
else
@set_time_limit(300);
@set_time_limit(600);
error_reporting($err);
$setuplang=GETPOST("selectlang", 'aZ09', 3)?GETPOST("selectlang", 'aZ09', 3):'auto';