From ee1e4a760231477e461462a33e6c6253003a34c9 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 30 Oct 2012 17:19:49 +0100 Subject: [PATCH] Send the requesttoken as form value This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122 --- apps/files/templates/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index d49f2f4d5d..a4c26c49e1 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -14,6 +14,8 @@
+ +