From b7540fb2b1bbe016d23b8a7f3e7ab3edafb219c8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 4 May 2019 19:10:18 +0200 Subject: Fixed major security issues Co-authored-by: LarsVomMars --- src/main/kotlin/FileController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/FileController.kt') diff --git a/src/main/kotlin/FileController.kt b/src/main/kotlin/FileController.kt index 9c2ee78..806cb59 100644 --- a/src/main/kotlin/FileController.kt +++ b/src/main/kotlin/FileController.kt @@ -223,7 +223,7 @@ class FileController { } /** - * Returns the access id of a file + * Returns the access id of the directory */ fun handleSharedFile(ctx: Context) { val filename = ctx.formParam("filename").toString() -- cgit v1.2.3