mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-06 20:59:08 +00:00
update Adminer to v4.7.3
This commit is contained in:
@@ -95,9 +95,9 @@ function init_webadmin_install() {
|
||||
# Install Adminer for Web-based MySQL Administration Tool
|
||||
if [ ! -d /usr/share/nginx/html/lcp/dbadminer ]; then
|
||||
run mkdir /usr/share/nginx/html/lcp/dbadminer
|
||||
run wget -q --no-check-certificate https://github.com/vrana/adminer/releases/download/v4.7.2/adminer-4.7.2.php \
|
||||
run wget -q --no-check-certificate https://github.com/vrana/adminer/releases/download/v4.7.3/adminer-4.7.3.php \
|
||||
-O /usr/share/nginx/html/lcp/dbadminer/index.php
|
||||
run wget -q --no-check-certificate https://github.com/vrana/adminer/releases/download/v4.7.2/editor-4.7.2.php \
|
||||
run wget -q --no-check-certificate https://github.com/vrana/adminer/releases/download/v4.7.3/editor-4.7.3.php \
|
||||
-O /usr/share/nginx/html/lcp/dbadminer/editor.php
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user