Update Zotlabs/Module/Setup.php

This commit is contained in:
phani00 2018-12-16 22:04:28 +01:00
parent 1c07428f89
commit 14735e0a48

View File

@ -453,7 +453,6 @@ class Setup extends \Zotlabs\Web\Controller {
$result['max_file_uploads']
);
$help .= $mem_warning;
$help .= '<br><br>' . t('You can adjust these settings in the server php.ini file.');
$this->check_add($checks, t('PHP upload limits'), true, false, $help);