This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ArnostiPublico
/
dir2json
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
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 years ago
parent
2d3db39b3d
commit
3bb1d26b1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dir2json.php
+ 1
- 1
dir2json.php
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save