From 9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Thu, 15 May 2008 13:29:14 +0000 Subject: So, tighten things up a little further. QA Team, please check this. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/database_update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/install/database_update.php') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 211bbec8d1..bead1cad93 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1740,6 +1740,10 @@ function change_database_data($version) // TODO: remove all form token min times break; + + case '3.0.1': + + set_config('referer_validation', '1'); } } -- cgit v1.2.1