zEitEr
Super Moderator
Hello and greetings,
I'd like to get charset var added in directadmin.conf
Now we have
	
	
	
		
in /usr/local/directadmin/data/skins/SKIN_NAME/header.html
And I'd like you to replace direct "windows-1252" with a token, which would be defined in directadmin.conf
As we use different encoding on our pages, we should always to change the file manually.
				
			I'd like to get charset var added in directadmin.conf
Now we have
		Code:
	
	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
	in /usr/local/directadmin/data/skins/SKIN_NAME/header.html
And I'd like you to replace direct "windows-1252" with a token, which would be defined in directadmin.conf
As we use different encoding on our pages, we should always to change the file manually.