Skip to content

Commit 29201af

Browse files
Update to follow the 4.8.x code refactoring
1 parent 622a027 commit 29201af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Folder | Script | Description
2424

2525
// ./adminer-4-sqlite3.php
2626

27+
$_GET['sqlite'] = '';
28+
2729
function adminer_object() {
2830

2931
require "./plugins/fc-sqlite-connection-without-credentials.php";
@@ -166,6 +168,8 @@ Dossier | Script | Description
166168

167169
// ./adminer-4-sqlite3.php
168170

171+
$_GET['sqlite'] = '';
172+
169173
function adminer_object() {
170174

171175
require "./plugins/fc-sqlite-connection-without-credentials.php";

0 commit comments

Comments
 (0)