From bb5e8f73bd79dde54e2a1c0f95d3dba8d1568de7 Mon Sep 17 00:00:00 2001 From: mattbk Date: Thu, 29 Oct 2015 08:39:39 -0500 Subject: [PATCH] Fixed link to mode=finish Link was hardcoded and needed mod-rewrite. Replaced with generic (local) path. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 41aac99..a48045f 100755 --- a/index.php +++ b/index.php @@ -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.