Title is missing for the login page

Rebuff

Verified User
Joined
Apr 30, 2019
Messages
10
The login page is missing the title. I guess it should be set to
Code:
<title>DirectAdmin Login</title>
like in the previous skin.
 
Then it can be
Code:
hostname | Login
to match the other pages.
 
Fixed! Thank you for the report. To update just the skin, please run:
Code:
cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz http://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top