From 92846965f471777932342edb0a3c9dd31cd3efbe Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 17 Mar 2020 14:02:31 +0100 Subject: [PATCH] Allow upgrading opensearch plugin from LibreQR 1.1.0 + use standardised opensearch parameters --- .gitignore | 1 + opensearch.php | 26 +++++++++++++++++++++++--- themes/resize.php | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 727bc05..01fc22b 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .directory +temp/* diff --git a/opensearch.php b/opensearch.php index 4cd122b..26f93c0 100755 --- a/opensearch.php +++ b/opensearch.php @@ -7,8 +7,28 @@ foreach($themeDimensionsIcons as $dimIcon) { echo ' ' . $instPath . 'themes/' . $theme . '/icons/' . $dimIcon . '.png' . "\n"; } ?> - fr + * UTF-8 - - + + + + + + + + + + + + + + + + diff --git a/themes/resize.php b/themes/resize.php index 89a72ba..c93ade1 100755 --- a/themes/resize.php +++ b/themes/resize.php @@ -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 '"; }