diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-27 08:24:10 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-27 08:24:10 +0000 |
commit | 45a8139acdc9a175f8f8e1536d42fa36bc57ff4c (patch) | |
tree | df7b51fc1b5063cdbcd46856cd16d0dacc28acd7 /include/config.inc.php | |
parent | 4e775187b8d054835b179ff136ccd5ad5393711f (diff) |
optional cookie identification
git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 07b3bfb14..ae54d5616 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -62,7 +62,7 @@ $infos = array( 'prefix_thumbnail', 'webmaster', 'mail_webmaster', 'access', 'upload_available', 'upload_maxfilesize', 'upload_maxwidth', 'upload_maxheight', 'upload_maxwidth_thumbnail', 'upload_maxheight_thumbnail','log','comments_validation', - 'comments_forall' ); + 'comments_forall','authorize_cookies' ); $query = 'SELECT '; foreach ( $infos as $i => $info ) { |