From b9626c73faec39f30194efdce76bc83d6b256d78 Mon Sep 17 00:00:00 2001 From: george Date: Thu, 29 May 2025 11:12:47 +0300 Subject: [PATCH] php 8.1 - max input vars --- moodle-php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moodle-php.ini b/moodle-php.ini index 75be3cb..5164f31 100644 --- a/moodle-php.ini +++ b/moodle-php.ini @@ -2,4 +2,4 @@ upload_max_filesize = 128M post_max_size = 128M memory_limit = 512M max_execution_time = 300 -max-input-vars = 10000 \ No newline at end of file +max_input_vars = 10000 \ No newline at end of file