squirrelmail/index.php

Wed, 15 Apr 2009 22:49:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 15 Apr 2009 22:49:00 +0200
changeset 157
3214ed6c04f6
child 159
5524672ebbe7
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

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