aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-06 00:57:12 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-06 00:57:12 +0100
commite0eeea800cb51217e4511c3bcfcba6406d89f314 (patch)
treef8164d23eb8290b230ddd1d1192eabf368a387bb /phpBB/includes/acp/acp_board.php
parent0c6c94e527fca6edc0d79430088142f4828610e4 (diff)
downloadforums-e0eeea800cb51217e4511c3bcfcba6406d89f314.tar
forums-e0eeea800cb51217e4511c3bcfcba6406d89f314.tar.gz
forums-e0eeea800cb51217e4511c3bcfcba6406d89f314.tar.bz2
forums-e0eeea800cb51217e4511c3bcfcba6406d89f314.tar.xz
forums-e0eeea800cb51217e4511c3bcfcba6406d89f314.zip
[ticket/14961] Add cookie notice as enablable feature
Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
-rw-r--r--phpBB/includes/acp/acp_board.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 02af98ec54..826d0007b7 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -323,6 +323,7 @@ class acp_board
'cookie_name' => array('lang' => 'COOKIE_NAME', 'validate' => 'string', 'type' => 'text::16', 'explain' => false),
'cookie_path' => array('lang' => 'COOKIE_PATH', 'validate' => 'string', 'type' => 'text::255', 'explain' => false),
'cookie_secure' => array('lang' => 'COOKIE_SECURE', 'validate' => 'bool', 'type' => 'radio:disabled_enabled', 'explain' => true),
+ 'cookie_notice' => array('lang' => 'COOKIE_NOTICE', 'validate' => 'bool', 'type' => 'radio:enabled_disabled', 'explain' => true),
)
);
break;