PDA

View Full Version : Assign a skin via ssh



comicway
03-19-2008, 04:52 AM
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

pkilam
03-19-2008, 05:22 AM
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

comicway
03-19-2008, 05:43 AM
thanks it works...:)