From 963b265301e661d9e73516660e3e6d1824c13253 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Fri, 5 Oct 2018 12:09:55 +0200 Subject: [PATCH] Fix htaccess --- .htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 59687d0f2..4b2c8f32e 100644 --- a/.htaccess +++ b/.htaccess @@ -5,12 +5,12 @@ # Try to set PHP settings - php_value upload_max_filesize 20M - php_value post_max_size 20M + php_value upload_max_filesize 256M + php_value post_max_size 256M - php_value upload_max_filesize 20M - php_value post_max_size 20M + php_value upload_max_filesize 256M + php_value post_max_size 256M # Deny access to files starting with dot