Browse Source

Documentation

netico 2 years ago
parent
commit
308f47b675
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
 # wfe
 
-Web File Explorer
+## 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.