Sorry for the long delay Thomas. Thanks for the information...I'll
give this a try.
For the time being, I've been using Google Chrome where I've setup an
application shortcut to our SGS system in our office. Looks less like
a webpage now and more like an app. I then setup for each of our PC's
that access SGS to automatically download and display our PDF
documents (Firefox wouldn't let me save this setting to auto download
and display which is why I've switched to using Chome). Luckily we
have a small office so it's not a problem to set this up, but using
your method to add the .pdf option to the download.php file will most
likely make setting up new users easier.
Thank you,
Charles.
On Jul 3, 12:46 pm,
thb...@gmail.com wrote:
> Hello,
>
> you can edit "<sgs-dir>/bin/download.php", replace:
> $inline_extensions = array("gif","jpg","jpeg","png","svg");
>
> with:
> $inline_extensions = array("gif","jpg","jpeg","png","svg","pdf");
>
> bye
> Thomas
>