View file ascalon/bibl/6.php

File size: 383B
<? session_start(); $mt=mt_rand(100000,999999); if(!isset($_SESSION['ses7'])) {header("Location:../log.php"); exit;} echo"<html><head><title>библиотека</title>"; require"../css.php"; echo"</head><body>";
echo"<div class=kto>библиотека</div>";
echo"";
echo"<br>* * * * *<br><div class=kto><a href=\"../bibl.php?mt=$mt\">на улицу</a></div></body></html>";
?>