diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-18 17:39:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-18 17:39:12 +0000 |
commit | 3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10 (patch) | |
tree | 48b98f3e5aa62cb91c836f617e475ee57a295467 /phpBB/config.php | |
parent | 756427797d8892210b4bc29b0f26aa27a7ee58c9 (diff) | |
download | forums-3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10.tar forums-3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10.tar.gz forums-3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10.tar.bz2 forums-3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10.tar.xz forums-3c48f4cf2fca7c7bc9cc9e127ed4d532fda63c10.zip |
cookie additions
git-svn-id: file:///svn/phpbb/trunk@175 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 3 |
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; |