From 5d4812739ee2f787f03c058bbc8915100e6dfa5a Mon Sep 17 00:00:00 2001 From: ROllerozxa Date: Wed, 5 Apr 2023 14:46:54 +0200 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffe94a3 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# `dirlistozxa` +A simple directory lister script in PHP that will show the files and directories in a directory, along with their modification date and size. + +To set up, set the PHP file to be the index file, if no `index.html` or `index.php` exists in the directory. An example for nginx would be: + +```nginx +index index.html index.php /dirlistozxa.php; +``` -- 2.44.0