class/AjaxHMS.php
Method process
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function process()
{
// Set headers to allow Cross-origin scripting
$rh = getallheaders();
header('Allow: GET,HEAD,POST,PUT,DELETE,OPTIONS');
- Create a ticketCreate a ticket