settings, $ctx->daUser); $root = '/home/' . $ctx->daUser->username(); if (FilePicker::handleDirList($ctx, $queue, $root)) { return; } if (FilePicker::handleDirCreate($ctx, $root, $ctx->daUser->username())) { return; } http_response_code(404); header('Content-Type: text/plain; charset=UTF-8'); echo 'Not Found'; };