From 3a25c6433385f6035a69ad8537fc3f79e170f47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 24 Oct 2007 00:33:52 +0200 Subject: [PATCH] comment: Don't allow anonymous submissions --- include/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comment.php b/include/comment.php index 8a5d1ba..8274ef1 100644 --- a/include/comment.php +++ b/include/comment.php @@ -556,7 +556,7 @@ class Comment { function allowAnonymousSubmissions() { - return TRUE; + return FALSE; } function objectGetCustomVars($sAction)