This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit fba7ce9487ba5e08b1084190aa914db0c2407bfe
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Aug 5 14:50:09 2026 +0100
disable php flags in move to php event vs prefork
---
public_html/.htaccess | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public_html/.htaccess b/public_html/.htaccess
index 9d13a711..389ac090 100644
--- a/public_html/.htaccess
+++ b/public_html/.htaccess
@@ -80,7 +80,7 @@ AddType video/ogg ogv
AddType application/mp4 mp4
AddType video/mp4 mp4
-php_flag session.use_cookies on
+#php_flag session.use_cookies on
-php_value post_max_size 32M
-php_value upload_max_filesize 32M
+#php_value post_max_size 32M
+#php_value upload_max_filesize 32M
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.