1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00

Fix typos

Jakub Vrána
2021-08-30 10:06:51 +02:00
parent 6eafff7ba2
commit d3d041a2e5

@@ -1,9 +1,9 @@
Note: there is precompiled versions of Adminer for SQLite than can be used immediately by just loading the [Adminer dedicated version for SQLite3](https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/releases/latest). Note: there is precompiled versions of Adminer for SQLite that can be used immediately by just loading the [Adminer dedicated version for SQLite3](https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/releases/latest).
## Ensure System field is showing on the login form ## Ensure System field is showing on the login form
Comment out `AdminerLoginServers` if it is present in the index.php Comment out `AdminerLoginServers` if it is present in the index.php
``` ```php
// new AdminerLoginServers([ // new AdminerLoginServers([
// filter_input(INPUT_SERVER, 'HTTP_HOST') => filter_input(INPUT_SERVER, 'SERVER_NAME') // filter_input(INPUT_SERVER, 'HTTP_HOST') => filter_input(INPUT_SERVER, 'SERVER_NAME')
// ]), // ]),
@@ -11,7 +11,7 @@ Comment out `AdminerLoginServers` if it is present in the index.php
## Create / edit index.php to enable plugins and enable the password-less login plugin ## Create / edit index.php to enable plugins and enable the password-less login plugin
``` ```php
<?php <?php
# index.php # index.php
function adminer_object() function adminer_object()
@@ -45,7 +45,7 @@ include "./adminer.php";
``` ```
## Install the plugins/login-password-less.php ## Install the plugins/login-password-less.php
Get this file in place it in `plugins/` Get this file and place it in `plugins/`
`https://raw.github.com/vrana/adminer/master/plugins/login-password-less.php` `https://raw.github.com/vrana/adminer/master/plugins/login-password-less.php`
Also put plugins.php in that folder if it's not already there. Also put plugins.php in that folder if it's not already there.
@@ -62,7 +62,7 @@ Using the username/password in the index.php above.
* password: `mypassword` * password: `mypassword`
* database: Enter the full path to the sqlite file . eg: `/srv/web/lpa346/db/development.sqlite3` * database: Enter the full path to the sqlite file . eg: `/srv/web/lpa346/db/development.sqlite3`
Press the login button Press the login button.
## Done ## Done
You can now use adminer on that file. You can now use adminer on that file.