setup: a bit more text cleanup
This commit is contained in:
parent
5cb638bd41
commit
d9312dbefb
@ -426,7 +426,7 @@ class Setup extends \Zotlabs\Web\Controller {
|
|||||||
if(function_exists('shell_exec'))
|
if(function_exists('shell_exec'))
|
||||||
$result = trim(shell_exec($cmd));
|
$result = trim(shell_exec($cmd));
|
||||||
else
|
else
|
||||||
$help .= t('Unable to check command line PHP as shell_exec() is disabled. This is required.') . EOL;
|
$help .= t('Unable to check command line PHP, as shell_exec() is disabled. This is required.') . EOL;
|
||||||
$passed2 = (($result == $str) ? true : false);
|
$passed2 = (($result == $str) ? true : false);
|
||||||
if(!$passed2) {
|
if(!$passed2) {
|
||||||
$help .= t('The command line version of PHP on your system does not have "register_argc_argv" enabled.'). EOL;
|
$help .= t('The command line version of PHP on your system does not have "register_argc_argv" enabled.'). EOL;
|
||||||
|
Reference in New Issue
Block a user