Skip to content

Commit

Permalink
Go back to 4.7.8 commented
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCapon authored Jan 1, 2021
1 parent 027576b commit 7dded10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ echo -e "\n$step. Load adminer's sources:\n"
((step+=1))

git clone --recurse-submodules https://github.com/vrana/adminer.git

# version 4.7.9-dev => 4.7.8
# cd adminer
# git reset --hard 190146672f6ce9b8f08af2d7e7a5e8f768d32ee6
# cd ..

echo -e "\n$step. Load plugin code:\n"
((step+=1))
wget -P adminer/plugins/ https://raw.githubusercontent.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/master/fc-sqlite-connection-without-credentials.php
Expand Down

0 comments on commit 7dded10

Please sign in to comment.