From 96264c3edb2d7a6fad91f2fbf3c40ec42652dbb1 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 28 May 2024 10:23:21 +0200 Subject: [PATCH] Update 0.1.9.md --- documentation/docs/changelog/0.1.9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 15341035..49c7ac9e 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -149,7 +149,7 @@ OpenCLI now has a new command `opencli faq` to display most frequently asked que ![opencli faq command output](https://i.postimg.cc/k5k7VkQX/image.png) -## `/etc/openpanel/` +### `/etc/openpanel/` To enable easier updates in the future, we are gradually migrating all configuration files from `/usr/local/panel/` & `/usr/local/admin/` directories to the new `/etc/openpanel/` directory. @@ -160,7 +160,7 @@ Current changes include: - Forbidden usernames file is now moved from: `/usr/local/admin/scripts/helpers/forbidden_usernames.txt` to `/etc/openpanel/openadmin/config/forbidden_usernames.txt` - FTP configuration files are stored under `/etc/openpanel/ftp/users/` -## SSH Welcome +### SSH Welcome A welcome message is shown to administrators upon logging into the server. The message currently displays OpenPanel version, admin link and help links. In the future it will also check for OpenPanel updates and display reminders.