- Add detailed HTTP error handling in web.config

- Update comments in `Server-Detail.php` to reflect current tools
- Introduce AIX/Linux backup details in `Server-Detail.php`
- Add `/X/inventory.php` for AIX/Linux server inventory display functionality
- Update `navbar.html` to include link to the new server inventory page
This commit is contained in:
2025-08-05 15:35:42 +02:00
parent 5c7ea9f3fc
commit 44dc7a22c0
4 changed files with 259 additions and 2 deletions

View File

@@ -11,5 +11,6 @@
<add accessType="Allow" roles="web-infra-reports" />
</authorization>
</security>
<httpErrors errorMode="Detailed" existingResponse="PassThrough" />
</system.webServer>
</configuration>