diff options
author | Josh <josh.t.richards@gmail.com> | 2025-06-18 09:43:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 09:43:19 -0400 |
commit | 74d9278f59c0d8c96730dc4cd672bddaf118c38f (patch) | |
tree | 7f639197f5cffa3aa02153b72127c5efd29efff7 | |
parent | 986526f08c022fc0d51f21757fb2196b7cb13f5a (diff) | |
download | nextcloud-server-jtr-chore-mbstring-func-overload.tar.gz nextcloud-server-jtr-chore-mbstring-func-overload.zip |
chore: remove mbstring.func_overload from htaccessWithValidModifiedContentjtr-chore-mbstring-func-overload
Signed-off-by: Josh <josh.t.richards@gmail.com>
-rw-r--r-- | tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess b/tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess index 1b5eb98b7f8..11525b50a17 100644 --- a/tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess +++ b/tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess @@ -1,6 +1,5 @@ # 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 @@ -10,4 +9,4 @@ </IfModule> #### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### -# Content that should change the hash in the root folder
\ No newline at end of file +# Content that should change the hash in the root folder |