trans('process.step.check.header'); ?>
- trans('process.step.check.invalid'); ?>
hasPhpIniConfigIssue()): ?>
- *
getPhpIniConfigPath()) :
echo $translator->trans(
'process.step.check.phpchanges',
array(
'%path%' => $collection->getPhpIniConfigPath(
),
)
);
else :
echo $translator->trans(
'process.step.check.phpchanges'
);
endif;
?>
$collection->getMandatoryRequirements(),
'php' => $collection->getPhpIniRequirements(),
'chamilo' => $collection->getChamiloRequirements(),
'cli' => $collection->getCliRequirements(),
'optional' => $collection->getRecommendations(),
);
foreach ($requirements as $type => $requirement) : ?>
trans('process.step.check.table.'.$type); ?> |
trans('process.step.check.table.status'); ?> |