Page 1 of 1

attachments code on create ticket

Posted: Wed Sep 13, 2023 8:28 am
by ianhaneyitdr
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi, I am trying to find where the add attachments code is for the create ticket page, I found the following in create-ticket.php but can't find the code for the button that says add file, I just want to add a css class to it

Code: Select all

<div>
<?php hesk3_output_drag_and_drop_attachment_holder(); ?>
</div>
UPDATE: I just found the code in the inc/attachments.inc.php file