Skip to content

Commit 14eeeb5

Browse files
author
Mark Randall
committed
Remove test files from sandbox
1 parent b64dfa0 commit 14eeeb5

4 files changed

Lines changed: 1 addition & 45 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// Check if the client has the same page cached
4343
if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"]) &&
44-
($_SERVER["HTTP_IF_MODIFIED_SINCE"] == $tsstring)) {
44+
($_SERVER["HTTP_IF_MODIFIED_SINCE"] == $tsstring)) {
4545
header("HTTP/1.1 304 Not Modified");
4646
exit();
4747
}

sandbox/example-old.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

sandbox/microframework.inc

Lines changed: 0 additions & 33 deletions
This file was deleted.

sandbox/sandbox.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
import {PHPSandbox} from "/js/sandbox.js";
127127
const sandbox = new PHPSandbox({
128128
"boot.php": <?= json_encode(file_get_contents(__DIR__ . '/boot.inc')) ?>,
129-
"framework.php": <?= json_encode(file_get_contents(__DIR__ . '/microframework.inc')) ?>,
130129
});
131130

132131
const sourceInput = document.getElementById("code");

0 commit comments

Comments
 (0)