Jaap Marcus 4 лет назад
Родитель
Сommit
8df7243194
1 измененных файлов с 1 добавлено и 1 удалено
  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');