Просмотр файла pofhq-wapmail/logout.php

Размер файла: 462B
<?
/*
$Header: /home/cvsroot/pofhq-wapmail/logout.php,v 1.2 2002/10/27 01:18:23 pau Exp $
Copyright (c) 2002 Pau Oliva Fora <[email protected]>               
Licensed under the GNU GPL. For full terms see the file COPYING.
*/

require("config.php");
wmlheader();

echo "<card id=\"Logout\" title=\"$S_LOGOUT\"><p align=\"center\">\n";

echo "<br/>pofHQ wapMAIL $VERSION<br/>";
echo "<br/><br/>http://pof.eslack.org/projects/<br/>";

echo "</p>\n";
wmlfooter();
?>