Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ArnostiPublico
/
dir2json
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
2d3db39b3d
commit
3bb1d26b1b
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
dir2json.php
+ 1
- 1
dir2json.php
Ver arquivo
@@ -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);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar