summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-30 17:29:26 +0100
committerLukas Reschke <lukas@statuscode.ch>2012-10-30 17:29:26 +0100
commit116fa64294167c41c074f9393efd0e7ff89ea295 (patch)
tree46f5b8cc9ff793d2284946b09dedcc9e747e2ffa /apps/files
parentee1e4a760231477e461462a33e6c6253003a34c9 (diff)
downloadnextcloud-server-116fa64294167c41c074f9393efd0e7ff89ea295.tar.gz
nextcloud-server-116fa64294167c41c074f9393efd0e7ff89ea295.zip
Change IE8 to "older IE versions"
I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine.
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index a4c26c49e1c..f614f02b6c2 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -14,7 +14,7 @@
<div class="file_upload_wrapper svg">
<form data-upload-id='1' id="data-upload-form" class="file_upload_form" action="<?php echo OCP\Util::linkTo('files', 'ajax/upload.php'); ?>" method="post" enctype="multipart/form-data" target="file_upload_target_1">
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">
- <!-- Send the requesttoken, this is needed for IE < 8 because it doesn't send the CSRF token -->
+ <!-- Send the requesttoken, this is needed for older IE versions because they don't send the CSRF token via HTTP header in this case -->
<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken'] ?>" id="requesttoken">
<input type="hidden" class="max_human_file_size" value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">