Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cyrusxxx Friend
    #1078614

    Little update if you use any component and open that page you will see its info also same as other pages for example on socialize template for JomSocial (http://demo.jomsocial.com/index.php) :

    <!DOCTYPE html>
    <html lang="en-gb" dir="ltr"
          class='com_community view-frontpage itemid-185 home j38 mm-hover'>
    <head>
    Saguaros Moderator
    #1078700

    Hi,

    It’s page class supported by Joomla, you can see the same in default Joomla template: http://prntscr.com/hix5e5

    If you want to remove it, you can open the file: root/[your_template]/tpls/

    Open any PHP file on this, you will see this:

    <!DOCTYPE html>
    <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
          class='<jdoc:include type="pageclass" ></jdoc:include>'>

    Then remove this: <jdoc:include type="pageclass" ></jdoc:include>

    cyrusxxx Friend
    #1079729

    Hello Saguaros, sorry for the late replay, I have followed your instructions and now this indicators are gone.
    Plus I can report that I have less attacks on site now.

    This should be removed by joomla and every template clubs by my opinion.

    Sorry if I was rude I got scared as little kid when I saw this.

    Thank you again

    Saguaros Moderator
    #1079848

    I will share with the team for further consideration.

    Have a nice day!!!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

The topic ‘Security issues with T3 Framework’ is closed to new replies.