diff --git a/.htaccess b/.htaccess index 23c90b26d8c..92825ea92d5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ ErrorDocument 404 //owncloud/core/templates/404.php -php_value upload_max_filesize 2048G -php_value post_max_size 2048G +php_value upload_max_filesize 512M +php_value post_max_size 512M SetEnv htaccessWorking true Options -Indexes diff --git a/admin/templates/users.php b/admin/templates/users.php index 8d6b1efe6e2..77a4f0c0d57 100644 --- a/admin/templates/users.php +++ b/admin/templates/users.php @@ -6,8 +6,8 @@ foreach($_["groups"] as $group) { ?>