comparison: squirrelmail/index.php
squirrelmail/index.php
- changeset 157
- 3214ed6c04f6
- child 159
- 5524672ebbe7
equal
deleted
inserted
replaced
|
1 <?php |
|
2 |
|
3 // If we are, go ahead to the login page. |
|
4 |
|
5 // This index.php presume SM is already configured (no check anymore) |
|
6 |
|
7 header('Location: src/login.php'); |
|
8 |
|
9 ?> |
|
10 |