squirrelmail/index.php

Tue, 28 Aug 2012 18:28:35 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:28:35 +0200
changeset 526
7ddfdb42afce
parent 157
3214ed6c04f6
permissions
-rw-r--r--

Write a explicit dependency to pkgconfig file for getaddrinfo(3). The SVR4
dependencies libsocket and libnsl are needed by libgio and libglib at least,
and allow dependent software like gmime to build unmodified.

     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