Missing download_attachment.php

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Missing download_attachment.php

Post by lupolo »

Hello the script is missing the download_attachment.php from the admin directory!
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Missing download_attachment.php

Post by lupolo »

lupolo wrote:Hello the script is missing the download_attachment.php from the admin directory!
Found the file in te root, also copyed it to the admin directory, now it works!

Problem started with downloading a attachment from the knowlegde base!
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You are right, thanks for pointing this out! Not sure how me or the beta testers didn't notice that :oops:

Instead of copying the file you can change

Code: Select all

download_attachment.php
to

Code: Select all

../download_attachment.php
in the knowledgebase_private.php file.

I updated the official download.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply