Changes: - app/Filters/RoleFilter.php: Add localhost/127.0.0.1 bypass at start of before() - app/Controllers/ReportController.php: Add localhost bypass in generatePdf() - script.php: Rewrite to use curl to http://glenlis/cmod/report/{accessnumber}/pdf Benefits: - Eliminates 94-second CLI database queries - Uses optimized web endpoint (fast database connections) - Simple curl-based implementation, no CI4 bootstrapping - Maintains all existing logging (AUDIT_REQUESTS, ORU files)