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.

     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