Allow upgrading opensearch plugin from LibreQR 1.1.0 + use standardised opensearch parameters

This commit is contained in:
Miraty 2020-03-17 14:02:31 +01:00
commit 92846965f4
3 changed files with 25 additions and 4 deletions

View file

@ -27,5 +27,5 @@ if (php_sapi_name() == "cli") {
}
} else {
echo "Available only via CLI for security reasons. Use 'php themes/resize.php'";
echo "Available only via CLI for security reasons. Use 'php themes/resize.php <theme name>'";
}