0.4.0
This commit is contained in:
BIN
Rollup.app.zip
BIN
Rollup.app.zip
Binary file not shown.
@@ -57,8 +57,10 @@ switch (@$argv[0]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function alert($string, $title = "Warning") {
|
// API key check
|
||||||
echo "\nALERT:".$title."|".$string."\n";
|
|
||||||
|
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
|
// Build list of valid dropped files
|
||||||
|
|||||||
Reference in New Issue
Block a user