]> git.joonet.de Git - adminer.git/commitdiff
Readme: Remove duplicite information
authorJakub Vrana <jakub@vrana.cz>
Wed, 26 Mar 2025 09:34:11 +0000 (10:34 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 26 Mar 2025 09:34:11 +0000 (10:34 +0100)
README.md

index 47fcf60e94f83a41f34d807e6a09bd09522605db..80058a3289f5ccbfb2ca1b5b757aa779c9fd8bed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,25 +26,4 @@ If downloaded from Git then run: `git submodule update --init`
 - `tests/*.html` - Katalon Recorder test suites
 
 ## Plugins
-There are [several plugins](/plugins/) distributed with Adminer, as well as many user-contributed plugins linked on the [Adminer Plugins page](https://www.adminer.org/plugins/).
-To use a plugin, simply upload it to the `adminer-plugins/` directory next to `adminer.php`. You can also upload plugins for drivers (e.g., `elastic.php`) in this directory.
-
-```
-- adminer.php
-- adminer-plugins/
-    - dump-xml.php
-    - login-password-less.php
-    - elastic.php
-    - ...
-- adminer-plugins.php
-```
-
-Some plugins require configuration. To use them, create a file named `adminer-plugins.php`. You can also specify the loading order in this file.
-
-```php
-<?php // adminer-plugins.php
-return array(
-    new AdminerLoginPasswordLess('$2y$07$Czp9G/aLi3AnaUqpvkF05OHO1LMizrAgMLvnaOdvQovHaRv28XDhG'),
-    // You can specify all plugins here or just the ones needing configuration.
-);
-```
+There are several plugins distributed with Adminer, as well as many user-contributed plugins listed on the [Adminer Plugins page](https://www.adminer.org/plugins/).