pagantis / autoindex
Generate index.php file in all directories that does not contain index.php file. This is helpful for Prestashop
v1.0.3
2019-03-13 08:24 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-10-13 22:07:29 UTC
README
Automatically add an "index.php" in all your directories or your zip file recursively
Getting Started
Use your own "index.php" file
- Edit "index.php"
Usage
- php-cli:
php index.php ../ps/modules/mymodules/ ../ps/themes/mythemes/
- Web browser:
http://localhost/autoindex/
http://localhost/autoindex/?path=../ps/modules/mymodules/,../ps/themes/mythemes/
Dependencies
PHP >5.3
Copyright and License
Copyright 2014 Jean-Marie Collin. Code released under the MIT License license.
Theme used Copyright 2014 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license.