");
exit();
}
}
$to = $HTTP_POST_VARS['to'];
if ($to == null)
{
$to = $HTTP_GET_VARS['to'];
if ($to == null)
{
printError($scriptName, $startTime, "Authentification for comment", "You must provide a user identifier!
");
exit();
}
}
printHTMLheader("RUBiS: User authentification for comment");
include("put_comment_auth_header.html");
print("");
print("");
include("auth_footer.html");
printHTMLfooter($scriptName, $startTime);
?>