From efb5fdcb3438c43fc77a6b25e6cd0d7d65a86442 Mon Sep 17 00:00:00 2001 From: netico Date: Fri, 14 Apr 2023 11:57:34 +0200 Subject: [PATCH] Aggiorna 'README.md' --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a96cbbf..52bff90 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,4 @@ ## 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. +**wfe** is a file explorer written in PHP and aims to be compatible with most versions of PHP (for GNU/Linux). It makes heavy use of realpath() to navigate the file system. For ease of portability, a single script contains all the necessary code.