summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-09-20 14:28:59 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-10-07 11:14:11 +0200
commit3be8e3f8d3c6940be408b89f8266be89b81226cf (patch)
treec8fd1221e0694ad35ec4e7a3044df5fd704fa69c /apps
parent8899543b7f69ae831db09e29955b4365317c6235 (diff)
downloadnextcloud-server-3be8e3f8d3c6940be408b89f8266be89b81226cf.tar.gz
nextcloud-server-3be8e3f8d3c6940be408b89f8266be89b81226cf.zip
remove obsolete comment
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 245c7f142da..5e7ad41b0f0 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -19,8 +19,6 @@
<input type="hidden" name="MAX_FILE_SIZE" id="max_upload"
value="<?php p($_['uploadMaxFilesize']) ?>">
<?php endif;?>
- <!-- 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" class="max_human_file_size"
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)">
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">