1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 01:36:57 +02:00

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
This commit is contained in:
Henry Sudhof
2008-05-15 13:29:14 +00:00
parent ae3dd10604
commit 9413af5e1a
8 changed files with 77 additions and 8 deletions

View File

@@ -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');
}
}