aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index 38aa70f90a..9820a6cf02 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -24,6 +24,9 @@
// Session data
$cookiename = "phpbb2";
+$cookiedomain = "";
+$cookiepath = "";
+$cookiesecure = "";
$cookielife = 31536000;
$session_length = 300;