Elgg
Version 6.1
|
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.
$vars['num_failures] Number of requirements failures $vars['num_warnings] Number of recommendation warnings
Definition at line 18 of file requirements.php.
foreach($report as $category=> $checks) |
Definition at line 25 of file requirements.php.