fixed faulty commit
This commit is contained in:
parent
51774cca6b
commit
bd494f562f
|
@ -1,8 +1,8 @@
|
||||||
ErrorDocument 403 /core/templates/403.php
|
ErrorDocument 403 /core/templates/403.php
|
||||||
ErrorDocument 404 /core/templates/404.php
|
ErrorDocument 404 /core/templates/404.php
|
||||||
<IfModule mod_php5.c>
|
<IfModule mod_php5.c>
|
||||||
php_value upload_max_filesize 2000M
|
php_value upload_max_filesize 513M
|
||||||
php_value post_max_size 2000M
|
php_value post_max_size 513M
|
||||||
php_value memory_limit 512M
|
php_value memory_limit 512M
|
||||||
<IfModule env_module>
|
<IfModule env_module>
|
||||||
SetEnv htaccessWorking true
|
SetEnv htaccessWorking true
|
||||||
|
|
Loading…
Reference in New Issue