comparison: squirrelmail/index.php
squirrelmail/index.php
- changeset 158
- f144dd621b72
- 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 |