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