Jump to content

How do I know if a website is using 4.4 or 4.5?


Recommended Posts

Thanks @Paul E., I appreciate you trying, but this is too complicated.

Not sure why IPS would remove the version from the footer due to it being a security issue, but then create a file that shows when I updated from every version and what version I am currently on, and make this viewable to all.  Why not stick it in the database?

Anyhow it's been there for years and my site is still around, I'll just leave it.

Link to comment
Share on other sites

  • 2 months later...
On 1/16/2021 at 8:32 PM, CoffeeCake said:

That is pretty cray. Why is that a thing? Does something rely on that file?

You can block access to .json files via htaccess

<Files "*.json">
    Order Deny,Allow
    Deny from all
</Files>

or only for "versions.json"

<Files "*versions.json">
    Order Deny,Allow
    Deny from all
</Files>

 

Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...