Просмотр файла ascalon/bibl.php

Размер файла: 284B
<? session_start(); 
if(isset($_SESSION['ses7'])){
$ses=$_SESSION['ses7']; unset($_SESSION['ses7']); session_destroy(); header("Location:index.php?ses=$ses"); exit;}
else { $_SESSION['ses7']=htmlspecialchars(stripslashes($_GET['ses']));
header("Location:bibl/1.php"); exit;} ?>