From 308f47b6752d01999a56d18b6670c078d3af89e8 Mon Sep 17 00:00:00 2001 From: netico Date: Mon, 20 Dec 2021 15:12:40 +0100 Subject: [PATCH] Documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f83670..a96cbbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # wfe -Web File Explorer \ No newline at end of file +## Web File Explorer + +wfe is a File explorer written in PHP, aiming to be compatible with most versions of PHP (for GNU/Linux). +It makes heavy use of realpath() to navigate the filesystem. +For ease of transport, a single script contains all the necessary code.