From 5499336feff22f682448dd99cc00a9b36701fcd1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Jul 2009 12:02:33 -0400 Subject: [PATCH] Use global request tokens and automatically protect all POST requests --- SQL/mysql.update.sql | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 74ff533..5590099 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -41,3 +41,6 @@ ALTER TABLE `cache` ADD INDEX `created_index` (`created`); + +ALTER TABLE `users` + CHANGE `language` `language` varchar(5); -- Gitblit v1.9.1