<?php
require_once( '65_logowanie.inc.php' );
echo '<?xml version = "1.0" encoding = "iso-8859-2" standalone = "no" ?>' . "\n";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "pl">
<head>
<meta http-equiv = "Content-type" content = "text/html; charset = iso-8859-2" />
<meta http-equiv = "Content-Language" content = "pl" />
<meta http-equiv = "Pragma" content = "no-cache" />
<title>tajna strona 1</title>
</head>
<body>
tajna strona 1<br />
<a href = "65_tajne2.php">tajna strona 2</a>
<br />
<a href = "<?php echo $_SERVER['PHP_SELF'] ?>?akcja=wyloguj">wyloguj</a>
</body>
</html>