Skip to content

Commit

Permalink
called wrong script for results
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Jun 28, 2014
1 parent d9884ed commit 9a54b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/05-running.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function nextStep() {
<?php } ?>
</form>

<form id="formnext" method="POST" action="07-finished.php">
<form id="formnext" method="POST" action="08-finished.php">
<?php if ($offline != "") { ?>
<input name="offline" type="hidden" value="offline">
<?php } ?>
Expand Down

0 comments on commit 9a54b13

Please sign in to comment.