Bug : wrong url to update folders

This commit is contained in:
Dany De Bontridder 2016-04-19 13:31:01 +02:00
parent 117cdc5e71
commit c857e967fa

View file

@ -77,7 +77,7 @@ if ( $version < DBVERSIONREPO )
$a=_("cliquez ici pour appliquer le patch");
$base = dirname($_SERVER['REQUEST_URI']);
if ($base == '/') { $base = ''; }
$base .= 'admin-noalyss.php';
$base .= '/admin-noalyss.php';
echo '<a hreF="'.$base.'">'.$a.'</a></h2>';
}