From 3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 18 Apr 2001 17:39:12 +0000 Subject: cookie additions git-svn-id: file:///svn/phpbb/trunk@175 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/config.php') 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; -- cgit v1.2.1