Fix bug for updating
This commit is contained in:
parent
a4e68a4edb
commit
d76996f51e
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ if (DBVERSION > dossier::get_version($cn))
|
|||
{
|
||||
echo '<h2 class="error" style="font-size:12px">' . _("Votre base de données n'est pas à jour") . ' ';
|
||||
$a = _("cliquez ici pour appliquer le patch");
|
||||
$base = dirname($_SERVER['SCRIPT_NAME']);
|
||||
$base = dirname($_SERVER['REQUEST_URI']);
|
||||
if ($base == '/') { $base = ''; }
|
||||
$base .= '/admin-noalyss.php';
|
||||
echo '<a hreF="' . $base . '">' . $a . '</a></h2>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue