phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 233 forks source link

phpsysinfo changes to ?disp=static #338

Closed ChriZathens closed 2 years ago

ChriZathens commented 2 years ago

I have a strange issue where phpsysinfo loads normally in bootstrap (which is my selected display view) and after a sec it reloads and reverts to the static one. This happens only when I access it using my dyndns address. If I use the internal address of the server it stays in bootstrap. Any hints on why it decides to do this, so that I can try to solve this issue?

namiltd commented 2 years ago

Phpsysinfo switches to static mode if the browser does not have JavaScript support. This may, for example, be due to the NoScript plug-ins installed in the browser. Review the installed plugins, their options, try to work in a different browser.

ChriZathens commented 2 years ago

Hello! Thanks for the reply! Now I know what to look for .