squirrelmail/index.php

changeset 157
3214ed6c04f6
child 159
5524672ebbe7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/squirrelmail/index.php	Wed Apr 15 22:49:00 2009 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +<?php
     1.5 +
     1.6 +// If we are, go ahead to the login page.
     1.7 +
     1.8 +// This index.php presume SM is already configured (no check anymore)
     1.9 +
    1.10 +header('Location: src/login.php');
    1.11 +
    1.12 +?>
    1.13 +

mercurial