2e78eec2 ^
3fb99a5e ^
61bd56da ^
1 2
3 4 5 6 7
8
9
10
11 12
<?php (function() { $builder = new ScriptBuilderIpxe(); $entryId = Request::get('entryid', false, 'int'); if ($entryId !== false) { $data = $builder->getMenuEntry($entryId); } else { $data = $builder->fallback(); } $builder->output($data); })();