Require login to post comments.

pull/193/head
Michael R Sweet 19 years ago
parent 5c45ec73d3
commit 1e4dcf007b
  1. 7
      www/comment.php

@ -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")

Loading…
Cancel
Save