<?php
////////////////////////////////////////
//------------------------------------//
//---- Тамагочи для DCMS 6.6.x -------//
//---- by Akimitsu -------------------//
//------------------------------------//
////////////////////////////////////////
if ($pit['vson_time']>$time) {
header('Location: index.php');
exit;
}
?>