projects
/
squirrelmail.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added config file versions so conf.pl can detect if you are using a
[squirrelmail.git]
/
index.php
Commit
Line
Data
59177427
1
<?php
1195c340
2
include "functions/strings.php";
8241c8d9
3
1195c340
4
$location = get_location();
2e8d4c5b
5
header("Location: $location/src/login.php\n\n");
8241c8d9
6
exit();
babe7398
7
?>