Elgg
Version 6.2
|
Go to the source code of this file.
Variables | |
if($vars['num_failures'] !=0) elseif($vars['num_warnings'] !=0) | else |
Install requirements checking page. More... | |
$report = elgg_extract('report', $vars) | |
foreach ( $report as $category=> $checks) | |
$report = elgg_extract('report', $vars) |
Definition at line 24 of file requirements.php.
Install requirements checking page.
@uses $vars['num_failures] Number of requirements failures @uses $vars['num_warnings] Number of recommendation warnings
Definition at line 18 of file requirements.php.
foreach($report as $category=> $checks) | ( | $report as, | |
$checks | |||
) |
Definition at line 25 of file requirements.php.