Require login to post comments.

This commit is contained in:
Michael R Sweet 2006-06-17 16:22:05 +00:00
parent 5c45ec73d3
commit 1e4dcf007b

View File

@ -82,6 +82,13 @@ else
case 'e' : // Edit comment
case 'r' : // New comment
if ($LOGIN_USER == "")
{
header("Location: login.php?PAGE=comment.php?$op$id+p" .
urlencode($path));
return;
}
$havedata = 0;
if ($REQUEST_METHOD == "POST")