noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 15/35: Bug : wrong url to update folders


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/35: Bug : wrong url to update folders
Date: Tue, 24 May 2016 21:25:39 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c857e967fa0768b730671e1424998e4a205680d3
Author: Dany De Bontridder <address@hidden>
Date:   Tue Apr 19 13:31:01 2016 +0200

    Bug : wrong url to update folders
---
 html/user_login.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/user_login.php b/html/user_login.php
index 35cb3cf..25a37a4 100644
--- a/html/user_login.php
+++ b/html/user_login.php
@@ -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>';
 
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]