raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=efec8082aa320c275d22f5c97e8074b4e8e1769f
commit efec8082aa320c275d22f5c97e8074b4e8e1769f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Mar 11 18:46:17 2018 +0900 increase max upload size in .htaccess it seems host changes removed the system wide higher post/upload sizes. put them in htaccess now --- public_html/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/.htaccess b/public_html/.htaccess index a43a34d6..9d13a711 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -82,3 +82,5 @@ AddType video/mp4 mp4 php_flag session.use_cookies on +php_value post_max_size 32M +php_value upload_max_filesize 32M --
