projects
/
squirrelmail.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Correct value of undefined hostname
[squirrelmail.git]
/
include
/
validate.php
1
<
?php
2
3
/**
4
* validate.php
5
*
6
* @copyright © 1999-2007 The SquirrelMail Project Team
7
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
8
* @version $Id$
9
* @package squirrelmail
10
*/
11
12
echo
"Rewrite your code, we now use init.php"
;
13
die
();
14
?
>