From 63e48de6eea39967626516e7766451e0ea7f44a2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 13 Sep 2024 13:11:55 +0200 Subject: [PATCH] Update 0.3.0.md --- documentation/docs/changelog/0.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.3.0.md b/documentation/docs/changelog/0.3.0.md index 79120a1c..f348cf04 100644 --- a/documentation/docs/changelog/0.3.0.md +++ b/documentation/docs/changelog/0.3.0.md @@ -20,4 +20,4 @@ Fixed bug with [edit button on OpenPanel > Websites not fetching data from the d - Added browser validation and password generation to [OpenPanel > FTP Accounts > Change password](https://i.postimg.cc/NjGsNdRJ/2024-09-13-07-40.png) form. - DNS zone edits will now [verify the serial number on each save](https://i.postimg.cc/s2h5Xf1Z/2024-09-13-08-26.png). If the zone has been modified by another user or program in the meantime, editing records will be disabled to ensure safety. - WordPress AutoInstaller will no longer remove archives after extraction, instead keep and reuse them for future installations. - +- phpMyAdmin is now accessible via both the domain name and the server's IP address. Users can enable /phpmyadmin on any domain by running the following command: `ln -s /usr/share/phpmyadmin /home/USERNAME/DOMAIN/phpmyadmin`. When accessed through DOMAIN/phpmyadmin, a login form will appear, allowing the user to log in with any MySQL credentials. When accessed through IP:PORT via the OpenPanel interface, the user will be automatically logged in and granted access to all databases.