mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor fix in php requirements
Former-commit-id: bc268f18f8d46b8db6b1b28b3df5011bc56823d0
This commit is contained in:
parent
c8c0194183
commit
3cdbfd3646
@ -53,8 +53,8 @@ $post_max_size_min = '800M';
|
|||||||
$upload_max_filesize_min = '800M';
|
$upload_max_filesize_min = '800M';
|
||||||
|
|
||||||
$PHPmemory_limit_min = config_return_in_bytes($memory_limit_min);
|
$PHPmemory_limit_min = config_return_in_bytes($memory_limit_min);
|
||||||
$PHPpost_max_size_min = config_return_in_bytes($upload_max_filesize_min);
|
$PHPpost_max_size_min = config_return_in_bytes($post_max_size);
|
||||||
$PHPupload_max_filesize_min = config_return_in_bytes($post_max_size);
|
$PHPupload_max_filesize_min = config_return_in_bytes($upload_max_filesize_min);
|
||||||
|
|
||||||
$php_settings_fine = 0;
|
$php_settings_fine = 0;
|
||||||
$PHP_SETTINGS_REQUIRED = 3;
|
$PHP_SETTINGS_REQUIRED = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user