Bug : wrong url to update folders
This commit is contained in:
parent
117cdc5e71
commit
c857e967fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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>';
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue