Hi,What's the good way to initialize the osTicket app from another script? I trying to add replies to tickets programmatically (not API) and get this error:I use $ticket->postReply($my_vars); with this vars:               $my_vars = array(    'signature'=>'dept',    'response'=>'<p>text message...</p>' )

Resolved with a simple require main.inc.php ;)

Write a Reply...