if (!@$_REQUEST['submit'] or @$_REQUEST['submit'] == 'form')
{
require("kentat.php");
}
else
{
if (CheckForm())
{
if ($_REQUEST['submit'] == 'confirm')
{
require("vahvistus.php");
}
else if ($_REQUEST['submit'] == 'finish')
{
require("valmis.php");
}
else
{
require("kentat.php");
}
}
else
{
require("kentat.php");
}
}
?>
error_log($lang['html_page_footer']); ?>