squirrelmail/index.php

Sat, 18 Apr 2009 14:16:26 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:26 +0200
changeset 165
cff8cdb0b6c4
parent 157
3214ed6c04f6
permissions
-rw-r--r--

Correct substitutions and missing constructs throughout packaging.
Correct shtool(1) substitutions throughout, mostly embedded single
quotes and matching commas or semicolons. Install config files of
the form <plugin-name>_config.php for all unhandled plugins. Correct
superflous empty line in RPM files processing. Include squirrel_logger
config.php in config file attribute list. Remove unconfigurable captcha
backends from config file attribute list.

     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