Fixed link to mode=finish

Link was hardcoded and needed mod-rewrite.  Replaced with generic
(local) path.
This commit is contained in:
mattbk
2015-10-29 08:39:39 -05:00
parent abadd5bc38
commit bb5e8f73bd

View File

@ -48,7 +48,7 @@ if (!empty($phase) && isset($_POST['responsetime'])) {
// End of the line.
if ($index == count($settings->phases)) {
header('HTTP/1.0 302 Found');
header('Location: http://vcd.sparse.nl/finish');
header('Location: index.php?mode=finish');
exit;
}
// Next phase.