Просмотр исходного кода

Check pre-auth before redirecting to login

dpeca 8 лет назад
Родитель
Сommit
84adfcc4ed
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      web/index.php

+ 1 - 0
web/index.php

@@ -1,4 +1,5 @@
 <?php
+require_once('/usr/local/vesta/web/inc/secure_login.php');
 session_start();
 if (isset($_SESSION['user'])) {
     header("Location: /list/user/");