Page 1 of 1

Language File Entry = $lang['utmz'] = [.]/admin/[.]

Posted: Mon Jul 20, 2009 2:37 pm
by aln_cms
Hi,

I was about to change the admin_dir setting, and to be sure to be sure to be sure I did a quick scan to make sure that no code.module had hard referenced /admin/

I found many of these:

$lang['utmz'] = '156861353.1235854022.19.6.utmccn=(referral)|utmcsr=miditower|utmcct=/cms/admin/listmodules.php|utmcmd=referral';

I'm lost as to what they are.  Anyone knowm, the string doesn't seem to be referenced eslewhere?

Thanks,
Alan

Re: Language File Entry = $lang['utmz'] = [.]/admin/[.]

Posted: Mon Jul 20, 2009 2:43 pm
by Dee
Those lang strings are added to external language files (coming from the translation center).
My guess is they serve some function in the Translation Center, they're normally not used by the (translated) module.

Regards,
D

Re: Language File Entry = $lang['utmz'] = [.]/admin/[.]

Posted: Mon Jul 20, 2009 2:54 pm
by aln_cms
Thanks D, I was starting to get that 'have I been hacked' feeling.

Alan