Skip to content

Commit 7dded10

Browse files
Go back to 4.7.8 commented
1 parent 027576b commit 7dded10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compile.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ echo -e "\n$step. Load adminer's sources:\n"
1717
((step+=1))
1818

1919
git clone --recurse-submodules https://github.com/vrana/adminer.git
20+
21+
# version 4.7.9-dev => 4.7.8
22+
# cd adminer
23+
# git reset --hard 190146672f6ce9b8f08af2d7e7a5e8f768d32ee6
24+
# cd ..
25+
2026
echo -e "\n$step. Load plugin code:\n"
2127
((step+=1))
2228
wget -P adminer/plugins/ https://raw.githubusercontent.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/master/fc-sqlite-connection-without-credentials.php

0 commit comments

Comments
 (0)