Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .user.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
; SPDX-License-Identifier: AGPL-3.0-only
mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset='UTF-8'
output_buffering=0
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Start of valid file
<IfModule mod_php7.c>
php_value mbstring.func_overload 0
php_value always_populate_raw_post_data -1
php_value default_charset 'UTF-8'
php_value output_buffering 0
<IfModule mod_env.c>
Expand All @@ -10,4 +9,4 @@
</IfModule>
#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####

# Content that should change the hash in the root folder
# Content that should change the hash in the root folder
61 changes: 0 additions & 61 deletions tests/data/setUploadLimit/htaccess

This file was deleted.

7 changes: 0 additions & 7 deletions tests/data/setUploadLimit/user.ini

This file was deleted.

Loading