<?php
include("includes/config.php");
session_start();
if(!isset($_SESSION['email']))
{
echo "<script>";
echo "window.location.href='index.php';";
echo "</script>";
//header("location:index.php");
}
?>
include("includes/config.php");
session_start();
if(!isset($_SESSION['email']))
{
echo "<script>";
echo "window.location.href='index.php';";
echo "</script>";
//header("location:index.php");
}
?>
ConversionConversion EmoticonEmoticon