projects
/
squirrelmail.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Sanitize decrypt_headers.php form input (base64 decoding is not the same as sanitizin...
[squirrelmail.git]
/
doc
/
index.php
1
<
?php
2
3
/**
4
* index.php
5
*
6
* Redirects to the index.html file.
7
*
8
* @copyright © 1999-2009 The SquirrelMail Project Team
9
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
10
* @version $Id$
11
* @package squirrelmail
12
*/
13
14
header
(
'Location: index.html'
);
15