We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b54592 + 080674d commit 9e1c47eCopy full SHA for 9e1c47e
2 files changed
www/runtest.php
@@ -146,6 +146,9 @@
146
}
147
if (array_key_exists('resubmit', $_POST)) {
148
$test = GetTestInfo(trim($_POST['resubmit']));
149
+ if (array_key_exists('key', $test)){
150
+ $test['key'] = null;
151
+ }
152
if ($test) {
153
unset($test['completed']);
154
unset($test['started']);
www/work/getwork.php
@@ -45,6 +45,7 @@
45
$block = explode(',', $block_list);
46
if (in_array($pc, $block)) {
47
header("HTTP/1.1 403 Unauthorized");
48
+ exit();
49
50
51
0 commit comments