Add post and gallery, correct error in script

This commit is contained in:
2016-02-15 18:10:06 +00:00
parent 048da24825
commit 8f76518fb6
3 changed files with 144 additions and 2 deletions

View File

@@ -7,8 +7,6 @@ use PHPExiftool\Writer;
use PHPExiftool\Driver\Metadata\Metadata;
use PHPExiftool\Driver\Metadata\MetadataBag;
define('PHP_WINDOWS_VERSION_BUILD');
if (!isset($argv[1])) {
die('No directory given!');
}