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.

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

mercurial