We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260e0c commit 84adfccCopy full SHA for 84adfcc
web/index.php
@@ -1,4 +1,5 @@
1
<?php
2
+require_once('/usr/local/vesta/web/inc/secure_login.php');
3
session_start();
4
if (isset($_SESSION['user'])) {
5
header("Location: /list/user/");
0 commit comments