Fixed link to mode=finish
Link was hardcoded and needed mod-rewrite. Replaced with generic (local) path.
This commit is contained in:
@ -48,7 +48,7 @@ if (!empty($phase) && isset($_POST['responsetime'])) {
|
|||||||
// End of the line.
|
// End of the line.
|
||||||
if ($index == count($settings->phases)) {
|
if ($index == count($settings->phases)) {
|
||||||
header('HTTP/1.0 302 Found');
|
header('HTTP/1.0 302 Found');
|
||||||
header('Location: http://vcd.sparse.nl/finish');
|
header('Location: index.php?mode=finish');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
// Next phase.
|
// Next phase.
|
||||||
|
Reference in New Issue
Block a user