이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
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 Options
Show Stats
Download Patch File
Download Diff File
+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);
쓰기
미리보기
불러오는 중...
취소
저장