Skip to content

Commit 84adfcc

Browse files
authored
Check pre-auth before redirecting to login
1 parent a260e0c commit 84adfcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
require_once('/usr/local/vesta/web/inc/secure_login.php');
23
session_start();
34
if (isset($_SESSION['user'])) {
45
header("Location: /list/user/");

0 commit comments

Comments
 (0)