Commit Graph
2 Commits
Author SHA1 Message Date
xBeaTz 882155a7b4 security: protect proxmox api endpoints with session authentication
- Added authentication checks to pve_action.php and pve_list.php
- Require valid logged-in session before API access
- Restrict Proxmox actions to admin users only
- Return HTTP 401 for unauthenticated requests
- Return HTTP 403 for unauthorized users
- Keep existing API logic unchanged
2026-07-22 02:03:20 +02:00
xBeaTz 124f2746ac initial commit 2026-07-22 01:12:45 +02:00