";
// echo "window.location.replace(\"./home.html\")";
// echo "";
// }
$thisPage = "Admin";
if( !isset($_SESSION["cursession"]) ) {
echo "";
exit;
}
$thisDate = date_create();
$thisTimestamp = date_timestamp_get($thisDate);
if( isset($_SESSION["timestamp"]) ) {
$oldTimestamp=$_SESSION["timestamp"];
$diff = $thisTimestamp - $oldTimestamp;
if( $diff >= (60*5) ) {
echo "";
exit;
}
echo "diff=" . $diff . "
";
}
$_SESSION["timestamp"] = $thisTimestamp;
var_dump($_SESSION);
?>
OPENSIM | |||||||||
---|---|---|---|---|---|---|---|---|---|
User Accounts | Region List | Set Region Name | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 |
Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 |