session_start(); if (@$_SESSION['auth'] != "yes") { header("Location: index.php"); exit(); } include("connect.inc"); // Put Current time into logoutTime of Login database///////////////////////// include("UpdateLogoutTime.php"); $tableName = "{$_SESSION['tableName']}"; ?>
session_start(); $Username = $_SESSION['Username']; $userPIC = $_SESSION['userPIC'];?> |