squirrelmail/index.php

Wed, 01 Aug 2012 23:24:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 01 Aug 2012 23:24:50 +0200
changeset 431
127559aa0c5e
parent 157
3214ed6c04f6
permissions
-rw-r--r--

Renumber patch hunks to avoid almost all patch(1) warnings.

     1 <?php
     3 // Go to the login page.
     4 // This presumes SM is already
     5 // configured (no check anymore.)
     6 header('Location: src/login.php');
     8 ?>

mercurial