pagantis / autoindex
在所有不包含 index.php 文件的目录中生成 index.php 文件。这对 Prestashop 很有帮助。
v1.0.3
2019-03-13 08:24 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-09-13 22:02:04 UTC
README
自动在您的所有目录或您的 zip 文件中递归地添加 "index.php" 文件。
入门
使用您自己的 "index.php" 文件
- 编辑 "index.php"
用法
- php-cli:
php index.php ../ps/modules/mymodules/ ../ps/themes/mythemes/
- 网络浏览器
https:///autoindex/
https:///autoindex/?path=../ps/modules/mymodules/,../ps/themes/mythemes/
依赖关系
PHP >5.3
版权和许可证
版权所有 2014 Jean-Marie Collin。代码在 MIT 许可证 下发布。
使用的主题版权所有 2014 Iron Summit Media Strategies, LLC。代码在 Apache 2.0 许可证 下发布。