mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Fix reversing test for a test
This commit is contained in:
@@ -174,7 +174,7 @@ print load_fiche_titre($langs->trans("Upgrade"),'','title_setup');
|
|||||||
|
|
||||||
print $langs->trans("CurrentVersion").' : <b>'.DOL_VERSION.'</b><br>';
|
print $langs->trans("CurrentVersion").' : <b>'.DOL_VERSION.'</b><br>';
|
||||||
|
|
||||||
if (!function_exists('curl_init'))
|
if (function_exists('curl_init'))
|
||||||
{
|
{
|
||||||
$result = getURLContent('http://sourceforge.net/projects/dolibarr/rss');
|
$result = getURLContent('http://sourceforge.net/projects/dolibarr/rss');
|
||||||
//var_dump($result['content']);
|
//var_dump($result['content']);
|
||||||
|
|||||||
Reference in New Issue
Block a user