Skip to content

Commit 1eedbfb

Browse files
Back to Adminer (v4.17.1)
1 parent bba5b40 commit 1eedbfb

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
## :us: Adminer plugin to login to a SQLite3 database without credentials
2-
This plugin for the Web application [AdminerEvo](https://docs.adminerevo.org/)) allows you to "connect to a database server [SQLite3](https://www.sqlite.org/index.html)" without the need to provide credentials **(no username and no password)**.
2+
This plugin for the Web application [Adminer](https://www.adminer.org/en/) allows you to "connect to a database server [SQLite3](https://www.sqlite.org/index.html)" without the need to provide credentials **(no username and no password)**.
33
> :warning: This plugin should not be used in a production environment:
44
> * it gives access to all the SQLite3 databases accessible by the PHP script instance
55
> * it allows you to create a SQLite3 database anywhere in the file system tree that can be accessed by the PHP script instance
66
7-
:medal_sports: This plugin is now in the official list of [User Contributed Plugins for Adminer](https://docs.adminerevo.org/#user-contributed-plugins).
8-
97
## :construction_worker: Install or :new: :gear: Compile or :robot: Use
108
### :construction_worker: Install the plugin
11-
The plugin is used like any other [Adminer plugins](https://docs.adminerevo.org/#to-use-a-plugin), that is to say that it requires the following files:
9+
The plugin is used like any other [Adminer plugins](https://www.adminer.org/en/plugins/), that is to say that it requires the following files:
1210

1311
Folder | Script | Description
1412
:--|:--|:--
@@ -141,18 +139,16 @@ Simply "authenticate" by clicking on the Authentication button by indicating (or
141139

142140
![adminer for sqlite3 witout credentials existing database](./doc/adminer-sqlite3-existing-database.gif)
143141
## :fr: Plug-in Adminer pour se connecter à une base de données SQLite3 sans informations d'identification
144-
Ce plug-in pour l'application Web [Adminer](https://docs.adminerevo.org/) permet de se « connecter à un serveur de bases de données [SQLite3](https://www.sqlite.org/index.html) » sans avoir besoin de fournir d'informations d'identification (*no credentials: no username and no password*).
142+
Ce plug-in pour l'application Web [Adminer](https://www.adminer.org/en/) permet de se « connecter à un serveur de bases de données [SQLite3](https://www.sqlite.org/index.html) » sans avoir besoin de fournir d'informations d'identification (*no credentials: no username and no password*).
145143

146144
> :warning: Ce plug-in ne doit pas être utilisé dans un environnement de production :
147145
> * il donne accès à toutes les bases de données SQLite3 accessibles par l'instance du script PHP
148146
> * il permet de créer une base de données SQLite3 n'importe où dans l'arborescence du système de fichiers qui accessible par l'instance du script PHP
149147
150-
:medal_sports: Ce plugin est maintenant référencé dans la liste des [User Contributed Plugins for Adminer](https://docs.adminerevo.org/#user-contributed-plugins).
151-
152148
## :construction_worker: Installer ou :new: :gear: Compiler ou :robot: Utiliser
153149

154150
### :construction_worker: Installer le plug-in
155-
Le plug-in s'utilise comme n'importe quels autres [plug-ins de Adminer](https://docs.adminerevo.org/#to-use-a-plugin), c'est-à-dire qu'il nécessite les fichiers suivants :
151+
Le plug-in s'utilise comme n'importe quels autres [plug-ins de Adminer](https://www.adminer.org/en/plugins/), c'est-à-dire qu'il nécessite les fichiers suivants :
156152

157153
Dossier | Script | Description
158154
:--|:--|:--

compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ TRANSLATIONS_FILE="warning-translations.csv"
99
CSS_FILE="adminer/adminer/static/default.css"
1010
DESIGNS_DIR="adminer/designs"
1111
COMPILE_CMD="php adminer/compile.php sqlite"
12-
COMMIT_VERSION="v4.8.4"
12+
COMMIT_VERSION="v4.17.1"
1313

1414
step=1
1515
if [ ! -d "adminer" ]
1616
then
1717
echo -e "\n$step. Load adminer's sources:\n"
1818
((step+=1))
1919

20-
git clone --recurse-submodules https://github.com/adminerevo/adminerevo.git adminer
20+
git clone --recurse-submodules https://github.com/vrana/adminer.git adminer
2121

2222
cd adminer
2323
git reset --hard $COMMIT_VERSION

0 commit comments

Comments
 (0)