diff --git a/Rollup.app.zip b/Rollup.app.zip index 2a2e24c..721c5d1 100644 Binary files a/Rollup.app.zip and b/Rollup.app.zip differ diff --git a/Rollup.php b/Rollup.php index b9662a0..a642a13 100755 --- a/Rollup.php +++ b/Rollup.php @@ -57,8 +57,10 @@ switch (@$argv[0]) { } } -function alert($string, $title = "Warning") { - echo "\nALERT:".$title."|".$string."\n"; +// API key check + +if (!@$p['key'] && (strpos($p['pt'],"%PLACE") != false || strpos($p['vt'],"%PLACE"))) { + echo "Warning: \"%PLACE\" will not work without an API key!\n"; } // Build list of valid dropped files