Key Information Commit Details: - Commit ID: 7426306 - Committer: bschuling - Commit Time: 2 weeks ago - Commit Message: "Fix - Access checks on certain ajax calls" File Changes: - File Path: - Line Changes: +21 -4 Key Code Changes: - Added access checks for certain AJAX calls to ensure only admin users can perform specific actions. - Example Code Snippet: Security Improvements: - Added in multiple functions to verify user permissions. - Ensures only users with admin privileges can perform sensitive operations, preventing unauthorized access and potential security vulnerabilities. Other Changes: - Removed some redundant or obsolete code lines. ``` This information indicates that the commit primarily focuses on fixing access control issues in AJAX calls to enhance system security.