</option>
                             <option value="setVariant1">
                                 Files&Memory
                             </option>
                             <option value="setVariant2">
                                 Cross-Site
                             </option>
                             <option value="setVariant3">
                                 Errors
                             </option>
                             <option value="setVariant4">
                                 All
                             </option>
                         </select>
                     </td>
                 </tr>
     ';
 }
 private function formFinish()
 {
     $this->form .= '
             <tr>
                 <th></th>
                 <td>
                     <input id="frm-process" class="btn button" type="submit" value="Process" name="process"></input>
                 </td>
             </tr>
         </tbody>
     </table>
     <div>
         <!--
    if ($array["rank"] < 5) {
        echo '<div class="alert alert-error">';
    } else {
        if ($array["rank"] < 8) {
            echo '<div class="alert">';
        } else {
            echo '<div class="alert alert-success">';
        }
    }
    echo "<p>Skóre hodnocení testu je: " . $array["rank"] . "</p>" . '</div>';
    echo $application->getGenerateForm($postArray);
    //echo "<div><p>Test: " . $array["pdfReport"] . "</p>" . '</div>';
} else {
    if (!empty($_POST["generateReport"]) && $_POST["generateReport"] === "Generate") {
        header("Location: report.txt");
    } else {
        if (!empty($_POST["generateIni"]) && $_POST["generateIni"] === "Generate") {
            $postArray = $_POST;
            $stringini = $application->getPhpIni($postArray);
            @file_put_contents("php.ini", "" . $stringini);
            header("Location: php.ini");
        } else {
            echo $application->getForm();
        }
    }
}
?>
        </div>  
    </body>
</html>