使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ArnostiPublico
/
dir2json
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
v0.2.0 - a bit more option parsing; fix run with empty JSON options; added more excluded files; changed excluded parsing; a bit more error messages; added PHP hashbang and made file executable
master
Gustavo Arnosti Neves
7 年前
父节点
2d3db39b3d
当前提交
3bb1d26b1b
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
dir2json.php
+ 1
- 1
dir2json.php
查看文件
@@ -96,7 +96,7 @@ if (!is_dir($targetFolder)) {
exit(2);
}
// If we have an
d
output file name
// If we have an output file name
if (empty($outputFile)) {
echo "Need a valid output file name (empty)\n";
exit(3);
撰写
预览
正在加载...
取消
保存