@@ -49,11 +49,11 @@ ADMINER=https://www.adminer.org/latest.php
4949PLUGIN=https://raw.github.com/vrana/adminer/master/plugins/plugin.php
5050MYPLUGIN=https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/raw/master/fc-sqlite-connection-without-credentials.php
5151# load and concatenate into one file
52- wget -O adminer-4-sqilte3 .php $ADMINER $PLUGIN $MYPLUGIN
52+ wget -O adminer-4-sqlite3 .php $ADMINER $PLUGIN $MYPLUGIN
5353
5454# add myplugin to Adminer
5555# http://tldp.org/LDP/abs/html/here-docs.html#EX71C
56- cat << "EOPHP " >> adminer-4-sqilte3 .php
56+ cat << "EOPHP " >> adminer-4-sqlite3 .php
5757
5858function adminer_object() {
5959 $plugins = array(new FCSqliteConnectionWithoutCredentials());
@@ -128,11 +128,11 @@ ADMINER=https://www.adminer.org/latest.php
128128PLUGIN=https://raw.github.com/vrana/adminer/master/plugins/plugin.php
129129MYPLUGIN=https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/raw/master/fc-sqlite-connection-without-credentials.php
130130# load and concatenate into one file
131- wget -O adminer-4-sqilte3 .php $ADMINER $PLUGIN $MYPLUGIN
131+ wget -O adminer-4-sqlite3 .php $ADMINER $PLUGIN $MYPLUGIN
132132
133133# add myplugin to Adminer
134134# http://tldp.org/LDP/abs/html/here-docs.html#EX71C
135- cat << "EOPHP " >> adminer-4-sqilte3 .php
135+ cat << "EOPHP " >> adminer-4-sqlite3 .php
136136
137137function adminer_object() {
138138 $plugins = array(new FCSqliteConnectionWithoutCredentials());
0 commit comments