]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove obsolete comment
authorJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 20 Sep 2013 12:28:59 +0000 (14:28 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Mon, 7 Oct 2013 09:14:11 +0000 (11:14 +0200)
apps/files/templates/index.php

index 245c7f142da2070cabdfce9aa9fbeb9a5c244428..5e7ad41b0f09ee231304b6d51ab01f611e6a126c 100644 (file)
@@ -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">