summaryrefslogtreecommitdiffstats
path: root/tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess
blob: e42d92da67995e8e74c3c57f4f01d7a7440c1f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Start of valid file
<IfModule mod_php7.c>
  php_value upload_max_filesize 519M
  php_value post_max_size 519M
  php_value memory_limit 512M
  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>
    SetEnv htaccessWorking true
  </IfModule>
</IfModule>
#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####

# Content that should change the hash in the root folder