squirrelmail/index.php

changeset 773
849be77d11d6
parent 157
3214ed6c04f6
equal deleted inserted replaced
0:f3259e7dcedf 1:49c26eefc01e
1 <?php 1 <?php
2 2
3 // If we are, go ahead to the login page. 3 // Go to the login page.
4 4 // This presumes SM is already
5 // This index.php presume SM is already configured (no check anymore) 5 // configured (no check anymore.)
6
7 header('Location: src/login.php'); 6 header('Location: src/login.php');
8 7
9 ?> 8 ?>
10 9

mercurial