aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 4 insertions, 0 deletions
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');
}
}