Skip to content

Commit 6134537

Browse files
committed
Cleanup
1 parent 9fbb646 commit 6134537

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

clear.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
setCookie('secret', '', time() + 15 * 3600 * 24);
4+
header("Location: index.php");

tools/ccauto/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@
255255
$graderet = LTIX::gradeSend($grade, false, $debug_log);
256256
// $OUTPUT->dumpDebugArray($debug_log);
257257
if ( $graderet == true ) {
258-
echo('<p style="color:green;">Output match - Grade sent to server</p>'."\n");
258+
echo('<p style="color:green;">OUTPUT MATCH - Grade sent to server</p>'."\n");
259259
} else if ( is_string($graderet) ) {
260-
echo('<p style="color:red;">Output match - Grade not sent: '.$graderet."</p>\n");
260+
echo('<p style="color:red;">OUTPUT MATCH - Grade not sent: '.$graderet."</p>\n");
261261
} else {
262262
echo('<p style="color:red;">Internal send error</p>'."\n");
263263
echo("<pre>\n");

0 commit comments

Comments
 (0)