From d3d041a2e5e5f43a2be6a7668cc15dd88b18b065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vr=C3=A1na?= Date: Mon, 30 Aug 2021 10:06:51 +0200 Subject: [PATCH] Fix typos --- Enable-sqlite3.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Enable-sqlite3.md b/Enable-sqlite3.md index 7733432..8c3e6e6 100644 --- a/Enable-sqlite3.md +++ b/Enable-sqlite3.md @@ -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 Comment out `AdminerLoginServers` if it is present in the index.php -``` +```php // new AdminerLoginServers([ // 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 -``` +```php