Embed meta data into generated screenshot file
[phancap.git] / www / setup.php
index 7772bad12253307fc6887038334052d597d6893f..78cee18fbdab72ead3516dc55b62d16672be8725 100644 (file)
@@ -87,6 +87,11 @@ if (!function_exists('idn_to_ascii')) {
         'err', 'Function "idn_to_ascii" is not available'
     );
 }
+if (\System::which('exiftool') === false) {
+    $messages[][] = array(
+        'err', '"exiftool" is not installed'
+    );
+}
 
 $out = <<<HTM
 <!DOCTYPE html>