25if (! defined(
'CSRFCHECK_WITH_TOKEN')) {
26 define(
'CSRFCHECK_WITH_TOKEN',
'1');
30require
'../../main.inc.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/lib/geturl.lib.php';
36$langs->loadLangs(array(
"admin",
"other"));
38$action =
GETPOST(
'action',
'aZ09');
49$urldolibarr =
'https://www.dolibarr.org/downloads/';
50$dolibarrroot = preg_replace(
'/([\\/]+)$/i',
'', DOL_DOCUMENT_ROOT);
51$dolibarrroot = preg_replace(
'/([^\\/]+)$/i',
'', $dolibarrroot);
52$dolibarrdataroot = preg_replace(
'/([\\/]+)$/i',
'', DOL_DATA_ROOT);
62if ($action ==
'getlastversion') {
63 $result =
getURLContent(
'https://sourceforge.net/projects/dolibarr/rss');
65 if (function_exists(
'simplexml_load_string')) {
66 if (LIBXML_VERSION < 20900) {
69 libxml_disable_entity_loader(
true);
72 $sfurl = simplexml_load_string($result[
'content'],
'SimpleXMLElement', LIBXML_NOCDATA|LIBXML_NONET);
74 $sfurl =
'xml_not_available';
83$wikihelp =
'EN:Installation_-_Upgrade|FR:Installation_-_Mise_à_jour|ES:Instalación_-_Actualización';
84llxHeader(
'', $langs->trans(
"Upgrade"), $wikihelp);
90print $langs->trans(
"CurrentVersion").
' : <strong>'.DOL_VERSION.
'</strong><br>';
92if (function_exists(
'curl_init')) {
93 $conf->global->MAIN_USE_RESPONSE_TIMEOUT = 10;
95 if ($action ==
'getlastversion') {
96 if ($sfurl ==
'xml_not_available') {
97 $langs->load(
"errors");
98 print $langs->trans(
"LastStableVersion").
' : <b class="error">'.$langs->trans(
"ErrorFunctionNotAvailableInPHP",
'simplexml_load_string').
'</b><br>';
101 while (!empty($sfurl->channel[0]->item[$i]->title) && $i < 10000) {
102 $title = $sfurl->channel[0]->item[$i]->title;
103 if (preg_match(
'/([0-9]+\.([0-9\.]+))/', $title, $reg)) {
104 $newversion = $reg[1];
105 $newversionarray = explode(
'.', $newversion);
106 $versionarray = explode(
'.', $version);
109 $version = $newversion;
116 print $langs->trans(
"LastStableVersion").
' : <b>'.(($version !=
'0.0') ? $version : $langs->trans(
"Unknown")).
'</b><br>';
118 print $langs->trans(
"LastStableVersion").
' : <b>'.$langs->trans(
"UpdateServerOffline").
'</b><br>';
121 print $langs->trans(
"LastStableVersion").
' : <a href="'.$_SERVER[
"PHP_SELF"].
'?action=getlastversion&token='.newToken().
'" class="button smallpaddingimp">'.$langs->trans(
"Check").
'</a><br>';
129print $langs->trans(
"Upgrade").
'<br>';
131print $langs->trans(
"ThisIsProcessToFollow").
'<br>';
132print
'<b>'.$langs->trans(
"StepNb", 1).
'</b>: ';
133$fullurl =
'<a href="'.$urldolibarr.
'" target="_blank" rel="noopener noreferrer">'.$urldolibarr.
'</a>';
134print str_replace(
'{s}', $fullurl, $langs->trans(
"DownloadPackageFromWebSite",
'{s}')).
'<br>';
135print
'<b>'.$langs->trans(
"StepNb", 2).
'</b>: ';
136print str_replace(
'{s}', $dolibarrroot, $langs->trans(
"UnpackPackageInDolibarrRoot",
'{s}')).
'<br>';
137print
'<b>'.$langs->trans(
"StepNb", 3).
'</b>: ';
138print $langs->trans(
"RemoveLock", $dolibarrdataroot.
'/install.lock').
'<br>';
139print
'<b>'.$langs->trans(
"StepNb", 4).
'</b>: ';
140$fullurl =
'<a href="'.DOL_URL_ROOT.
'/install/" target="_blank" rel="noopener noreferrer">'.DOL_URL_ROOT.
'/install/</a>';
141print str_replace(
'{s}', $fullurl, $langs->trans(
"CallUpdatePage",
'{s}')).
'<br>';
142print
'<b>'.$langs->trans(
"StepNb", 5).
'</b>: ';
143print $langs->trans(
"RestoreLock", $dolibarrdataroot.
'/install.lock').
'<br>';
152print $langs->trans(
"AddExtensionThemeModuleOrOther").
'<br>';
154$texttoshow = $langs->trans(
"GoModuleSetupArea", DOL_URL_ROOT.
'/admin/modules.php?mode=deploy',
'{s2}');
155$texttoshow = str_replace(
'{s2}',
img_picto(
'',
'tools',
'class="pictofixedwidth"').$langs->transnoentities(
"Home").
' - '.$langs->transnoentities(
"Setup").
' - '.$langs->transnoentities(
"Modules"), $texttoshow);
versioncompare($versionarray1, $versionarray2)
Compare 2 versions (stored into 2 arrays).
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
getURLContent($url, $postorget='GET', $param='', $followlocation=1, $addheaders=array(), $allowedschemes=array('http', 'https'), $localurl=0, $ssl_verifypeer=-1)
Function to get a content from an URL (use proxy if proxy defined).
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.