diff --git a/index.php b/index.php index 86f985b..231580e 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ session_start(); require __DIR__ . '/vendor/autoload.php'; use PhotoPrismUpload\API\PhotoPrism; - +$footer = ''; ?> @@ -14,6 +14,7 @@ use PhotoPrismUpload\API\PhotoPrism; + @@ -224,7 +233,7 @@ if (!isset($_POST['submit'])) { }); '); + die($footer.''); } try { $api->uploadPhotos($_POST['album']);