From cf29bb471ef439d6e8adc4a8494f4aa4ada933fc Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 14 Feb 2019 19:39:18 -0200 Subject: [PATCH] Update Year to 2019 --- README.md | 10 ++++++---- dir2json.php | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ded207d..bf3f9f6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # dir2json -A PHP CLI script to ouput the contents of a whole directory tree to a JSON object. - +A PHP CLI script to ouput the contents of a whole directory tree to a JSON object. + *by Ryan, 2015* http://www.ryadel.com/ * [Official Page](http://www.ryadel.com/en/portfolio/dir2json-en/) * [Documentation & info](http://www.ryadel.com/dir2json-a-php-cli-script-to-output-the-contents-of-a-folder-tree-into-a-json-object/) - + +*Updates by Tavinus, 2018/2019* + ## What does it do It fetches a directory tree structure like this: @@ -85,7 +87,7 @@ $ ./dir2json.php -h ------------------------------------------------------ dir2json - v0.3.0 -by Ryan & Tavinus, 2015-2018 +by Ryan & Tavinus, 2015-2019 http://www.ryadel.com/ https://github.com/Darkseal/dir2json ------------------------------------------------------ diff --git a/dir2json.php b/dir2json.php index 2242a31..1f18e3e 100755 --- a/dir2json.php +++ b/dir2json.php @@ -5,7 +5,7 @@ // // by Ryan, 2015 // http://www.ryadel.com/ -// Gustavo Arnosti Neves - 2018 +// Gustavo Arnosti Neves - 2018/2019 // https://github.com/tavinus // ------------------------------------------------------ // Use -h or --help for help, eg: @@ -68,7 +68,7 @@ if ($param === "-h" || $param === "--help") ------------------------------------------------------ dir2json - v$DIR2JSON -by Ryan & Tavinus, 2015-2018 +by Ryan & Tavinus, 2015-2019 http://www.ryadel.com/ https://github.com/Darkseal/dir2json ------------------------------------------------------