]> git.lizzy.rs Git - dirlistozxa.git/blob - README.md
Add cute footer signature
[dirlistozxa.git] / README.md
1 # `dirlistozxa`\r
2 A simple directory lister script in PHP that will show the files and directories in a directory, along with their modification date and size.\r
3 \r
4 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:\r
5 \r
6 ```nginx\r
7 index index.html index.php /dirlistozxa.php;\r
8 ```\r