diff --git a/.gitignore b/.gitignore index 20f10a5..38778ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/vendor +**/vendor.old **/certs/* .env helm-old diff --git a/docker-compose.yml b/docker-compose.yml index 297dae5..4a64365 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,11 +28,12 @@ services: mariadb: image: mariadb:10.11.7 +#image: mariadb:lts-ubi9 # platform: linux/amd64,linux/arm64 volumes: - 'mariadb:/var/lib/mysql:z' env_file: - - ./docker/mariadb/.env + - ./docker/mariadb/.env phpmyadmin: image: phpmyadmin diff --git a/src/checkindex.php b/src/checkindex.php index dc7943b..7de8330 100644 --- a/src/checkindex.php +++ b/src/checkindex.php @@ -30,4 +30,4 @@ function checkindex($user,$password,$host,$index) curl_close($curl); } -return checkindex($es_user,$es_password,$es_host,$es_index) +return checkindex($es_user,$es_password,$es_host,$es_index); diff --git a/src/composer.json b/src/composer.json index fbcd4bf..ba71484 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,5 +1,5 @@ { "require": { - "elasticsearch/elasticsearch": "^8.18" + "elasticsearch/elasticsearch": "^8.19" } } diff --git a/src/composer.lock b/src/composer.lock index 1f256b4..a8d029c 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9ed50e8752b44f2433986b7a2af1554b", + "content-hash": "80b524071699e69b978519d908dedf04", "packages": [ { "name": "elastic/transport", @@ -66,20 +66,20 @@ }, { "name": "elasticsearch/elasticsearch", - "version": "v8.18.0", + "version": "v8.19.0", "source": { "type": "git", "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c" + "reference": "1771284cb43a7b653634d418b6f5f0ec84ff8a6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c", - "reference": "df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1771284cb43a7b653634d418b6f5f0ec84ff8a6d", + "reference": "1771284cb43a7b653634d418b6f5f0ec84ff8a6d", "shasum": "" }, "require": { - "elastic/transport": "^8.10", + "elastic/transport": "^8.11", "guzzlehttp/guzzle": "^7.0", "php": "^7.4 || ^8.0", "psr/http-client": "^1.0", @@ -117,9 +117,9 @@ ], "support": { "issues": "https://github.com/elastic/elasticsearch-php/issues", - "source": "https://github.com/elastic/elasticsearch-php/tree/v8.18.0" + "source": "https://github.com/elastic/elasticsearch-php/tree/v8.19.0" }, - "time": "2025-05-02T10:38:56+00:00" + "time": "2025-08-06T16:58:06+00:00" }, { "name": "guzzlehttp/guzzle", diff --git a/src/index.php b/src/index.php index eddc808..225ed9e 100644 --- a/src/index.php +++ b/src/index.php @@ -84,3 +84,4 @@ echo "

MariaDB

"; +pen \ No newline at end of file diff --git a/src/managetable.php b/src/managetable.php index 6f37140..dc2fb4a 100644 --- a/src/managetable.php +++ b/src/managetable.php @@ -296,7 +296,7 @@ if (isset($_POST['displaymore'])) { "". "". "". - " ". + " ". "". ""; }