From: ROllerozxa Date: Wed, 5 Apr 2023 12:46:54 +0000 (+0200) Subject: Add README X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5d4812739ee2f787f03c058bbc8915100e6dfa5a;p=dirlistozxa.git Add README --- 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; +```