';
foreach ($applications as $app) {
$modifiers = '';
$app_text = nicecase($app);
// check if the app exists in the enable apps array and check if it was automatically enabled
if (isset($enabled_apps[$app])) {
$modifiers = ' checked';
if ($enabled_apps[$app]) {
$app_text .= ' (Discovered)';
$modifiers .= ' disabled';
}
}
echo '