From 45a8139acdc9a175f8f8e1536d42fa36bc57ff4c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 27 Jul 2003 08:24:10 +0000 Subject: optional cookie identification git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.inc.php') 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 ) { -- cgit v1.2.3