Update 0.3.0.md

This commit is contained in:
Stefan Pejcic 2024-09-13 14:00:11 +02:00 committed by GitHub
parent 63e48de6ee
commit a1d9eeca71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,4 @@ Fixed bug with [edit button on OpenPanel > Websites not fetching data from the d
- 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.
- [Symlinks are now supported in the FileManager](https://i.postimg.cc/QMjBRVtX/2024-09-13-13-59.png).