Assign a skin via ssh

comicway

Verified User
Joined
Jun 22, 2007
Messages
26
Hi

I've got a problem, i've assign a wrong skin to all users (admin also) and now i didn't have any page (juste Error: document not found) can you tell me how i can change the skin to the user admin via SSH?

thanks in advance.
Christophe
 
go into the /usr/local/directadmin/data/users/ directory, there are folders for each user, for example admin.

inside the foler corresponding to the user, there is a file called "user.conf"

The line which control which skin is use is docsroot

change the line to:
docsroot=./data/skins/default

will assign the default skin to the user
 
Back
Top