attachments code on create ticket

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ianhaneyitdr
Posts: 4
Joined: Tue Sep 12, 2023 5:02 pm

attachments code on create ticket

Post 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
Post Reply