squirrelmail/index.php

Fri, 17 Apr 2009 23:07:57 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 17 Apr 2009 23:07:57 +0200
changeset 158
f144dd621b72
child 159
5524672ebbe7
permissions
-rw-r--r--

Update according to upstream and vendor differences and versions.

     1 <?php
     3 // If we are, go ahead to the login page.
     5 // This index.php presume SM is already configured (no check anymore)
     7 header('Location: src/login.php');
     9 ?>

mercurial