]> source.dussan.org Git - nextcloud-server.git/commit
files: fix max filesize check
authorFlorian Pritz <bluewind@xinu.at>
Fri, 23 Sep 2011 18:08:45 +0000 (20:08 +0200)
committerFlorian Pritz <bluewind@xinu.at>
Sat, 24 Sep 2011 16:42:06 +0000 (18:42 +0200)
commit152fc7d94d71c178079388eaeb38c3e4b40fe080
tree2aca40872771706d8030ab18455f5108d3d4f264
parentef07b599cbe06bc6111ebc5584a18f75a0ca89a2
files: fix max filesize check

php check both, upload_max_filesize and post_max_size, when uploading a
file so we should do the same when figuring out the maximum size.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
files/admin.php
files/index.php