Hi, I'm integrating the osticket V 1.10 database with highcharts to display custom statistics.Now, I want to use the osticket login so that only the agents can access the reports. How can I achieve this?Thank's for your help!

chart.jpeg

Hey we've actually also used highcharts to display statistics :)If you only want agents to be able to see the page you can use these lines: https://github.com/osTicket/osTicket/blob/develop/include/staff/ticket-view.inc.php#L2-L6You can obviously omit the ticket check.

Write a Reply...