Skip to content

Commit 2404294

Browse files
authored
Redirect to webmail by default
1 parent 84adfcc commit 2404294

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

web/index.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?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/");
6-
} else {
7-
header("Location: /login/");
8-
}
2+
//require_once('/usr/local/vesta/web/inc/secure_login.php');
3+
//session_start();
4+
//if (isset($_SESSION['user'])) {
5+
// header("Location: /list/user/");
6+
//} else {
7+
// header("Location: /login/");
8+
//}
9+
header("Location: /webmail/");

0 commit comments

Comments
 (0)