user_level - email management - broken webmail links

encryptedbrain

Verified User
Joined
Nov 21, 2008
Messages
6
After a update true custombuild script I have this in my user_level - email management:

\n"; } } ?> Webmail: UebiMiau
\n"; } } ?> Webmail: Roundcube
\n"; } } ?> Webmail: Atmail
\n"; } } ?> MX Records

Does anyone have a idea to fix this?

Also after running this script I can't use the Marina theme it lookslike php is broken, could this be the same issue?

Thanks.
 
I've got the same problem... I've worked out that the trigger (and cause) was turning off PHP short_open_tag. With short tags ( <? ) disabled, some PHP code is spilling out into the HTML of the DA control panel.

Anyone got a solution?
 
I've got a solution!

I found and fixed the problem, it's a bug in the 'enhanced' skin.

In ...directadmin/data/skins/enhanced/user/show_domain.html there were a few lines with the PHP short tags. Fixed them up, saved it and we're all fixed. Hopefully DA doesn't go in there and write over that file at all...
 
Hello,

Double check you've got a new version of DA.
I just checked (1.40.3) and it is using: <?php for the 2 embedded php cases in that file.

John
 
Back
Top