From 1e567bd031eac383bdf22ed29a9bb18a8004db1b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 26 Sep 2024 15:30:19 +0200 Subject: [PATCH] Update 0.3.1.md --- website/docs/changelog/0.3.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index b849152d..0c6686cb 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -18,3 +18,4 @@ Not yet released. - [Added checks to the install script: if admin account is actually created and docker file mounted](https://github.com/stefanpejcic/OpenPanel/commit/b1ee609d0723447fccbd090d83f198949008fb42). - For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx. - As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/openpanel/openpanel/conf/openpanel.config file and `opencli phpmyadmin` command is removed. +- `opencli webserver-check_if_file_exists` command is removed.