squirrelmail/index.php

Wed, 08 Aug 2012 20:15:17 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 08 Aug 2012 20:15:17 +0200
changeset 487
76a25ceeb6bf
parent 157
3214ed6c04f6
permissions
-rw-r--r--

Update to new vendor version, modernize packaging, and accommodate new RPM reqs.
This means append '%dir %{l_prefix}/web' to %files, although it might be better
to simply append '%{l_prefix}/web' intead, needs more fine testing.

     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