diff --git a/cp/resources/views/partials/footer.twig b/cp/resources/views/partials/footer.twig index 5ea7f0d..4602043 100644 --- a/cp/resources/views/partials/footer.twig +++ b/cp/resources/views/partials/footer.twig @@ -14,7 +14,7 @@ Namingo
  • - v1.0.19 + v1.0.20
  • diff --git a/docs/update1020.sh b/docs/update1020.sh index 3321c31..bbef460 100644 --- a/docs/update1020.sh +++ b/docs/update1020.sh @@ -203,6 +203,8 @@ echo "MariaDB updated..." echo "Restarting PHP FPM service..." systemctl restart ${PHP_VERSION}-fpm +wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php + # Start services echo "Starting services..." systemctl start epp