diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-26 12:55:14 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-26 12:55:14 +0000 |
commit | c0d1ed215cdd610b16ed806db81ff07f6e65a43f (patch) | |
tree | 3c51dcc48a681200258d95eb32252b2cb2855dd1 /include/config.inc.php | |
parent | a7eb0781cf7d5e6d3ba5673b2105656c5bca6712 (diff) |
Possiblity to forbid simple guests to add their comments
git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index da0fbf0b8..07b3bfb14 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -61,7 +61,8 @@ $infos = array( 'prefix_thumbnail', 'webmaster', 'mail_webmaster', 'access', 'max_user_listbox', 'show_comments', 'nb_comment_page', 'upload_available', 'upload_maxfilesize', 'upload_maxwidth', 'upload_maxheight', 'upload_maxwidth_thumbnail', - 'upload_maxheight_thumbnail','log','comments_validation' ); + 'upload_maxheight_thumbnail','log','comments_validation', + 'comments_forall' ); $query = 'SELECT '; foreach ( $infos as $i => $info ) { |