<?php
if(!function_exists('reload'))
{
#-----------------------------------------------------------------
function reload($page)
#-----------------------------------------------------------------
{
include($_SESSION[common].'includes/PrepareHttp.php');
header($http_header.$page);
}
}
?>