Skip to content
Snippets Groups Projects
  • Eric Laufer's avatar
    Install Bug · f6ae789d
    Eric Laufer authored
    Insall Bug
    run.inc neue functionen
    wird nur noch bei $_POST['run'] ausgelöst
    f6ae789d
add_new.php 403 B
<table class="table table-striped">
    <tr>
        <th>Name</th>
        <th>Bearbeiten der einzelnen Rallys</th>
    </tr>
    <form action="" method="post">
        <tr>
            <td><input type="text" class="form-control" name="rallyname"></td>
            <td><input type="submit" name="run[rally]" class="btn btn-success" value="Eintragen"></td>
        </tr>
    </form>
</table>