Hello there, while customizing osTicket I came across the fact that in 'settings-tickets.inc.php' the code for each tab is just included instead of the code being in one file and looking at the entire code there is no reason for these files to be just not added into the actual file instead of being included. The included files in question are:
- settings-autoresp.inc.php
- settings-alerts.inc.php
- queues-ticket.inc.php
I just feel like it's really unnecessary to have them be included instead of like actually having the code of them in the same file. Hopefully this can be implemented.