Themis
Verified User
...Turns out the built-in file editor is to blame. Adding an enter to the end of directadmin.conf fixed my problems as well.
Same thing...
...Turns out the built-in file editor is to blame. Adding an enter to the end of directadmin.conf fixed my problems as well.
Thanks, found the issue. Old code was:I expect to keep the end-of-line character that is already there.
But the editor removes this character even if you add a line at the top of the file.
<textarea>|TEXT|</textarea>
<textarea>
|TEXT|</textarea>