* subdir5
* fix style
* Unused LibreNMS\Config
* revert short tags
* Fix bug
Found a bug when the url doesn't end with /
I don't think CSRF is need because this form is never submitted and it just dirties the URL.
Also, I think Request:url() is nicer than url()->current() (they are the same code wise)
* Fixed the root issue instead
Fixed the real issue in #13041
Co-authored-by: Tony Murray <murraytony@gmail.com>
* Security fix: unauthorized access
Affects nginx users:
Moved php files outside of public html directory (Apache was protected by .htaccess)
Affects all users:
Some files did not check for authentication and could disclose some info.
Better checks before including files from user input
* git mv html/includes/ includes/html
git mv html/pages/ includes/html/