diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 5a77566..4f0f0ff 100644 --- a/public/index.php +++ b/public/index.php @@ -89,6 +89,7 @@ if (isset($_POST["code"]) && strlen($_POST["code"]) <= 16383) { "message" => "Execution failed:\n$stderrContents", "csrf" => csrf_token(), ]); + delTree($runnerDir); exit; } } |