Explorar o código

Fix bug with 2FA login

Jaap Marcus %!s(int64=4) %!d(string=hai) anos
pai
achega
8df7243194
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/login/index.php

+ 1 - 1
web/login/index.php

@@ -306,7 +306,7 @@ $_SESSION['token'] = md5(uniqid(mt_rand(), true));
 
 require_once('../templates/header.html');
 if(!empty($_SESSION['login'])){
-    require_once('..templates/pages/login/login_2.html');
+    require_once('../templates/pages/login/login_2.html');
 }else if (empty($_POST['user'])) {
     if($_SESSION['LOGIN_STYLE'] == 'old'){
         require_once('../templates/pages/login/login_a.html');