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
Language File Entry = $lang['utmz'] = [.]/admin/[.]
Language File Entry = $lang['utmz'] = [.]/admin/[.]
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Re: Language File Entry = $lang['utmz'] = [.]/admin/[.]
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
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/[.]
Thanks D, I was starting to get that 'have I been hacked' feeling.
Alan
Alan
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie