diff --git a/download.php b/download.php index 65e76f6..302759b 100644 --- a/download.php +++ b/download.php @@ -29,8 +29,9 @@ $module_index = json_decode(file_get_contents("module_index.json")); foreach($module_index as $module) { + $checkedText = (isset($module->optional) && $module->optional === true) ? "" : " checked"; echo(" - + $module->description $module->author @@ -87,4 +88,4 @@ - \ No newline at end of file +