Gossamer Forum
Home : Products : Others : Fileman :

Tar command shows up even if disabled!

Quote Reply
Tar command shows up even if disabled!
Hi,

Seem to have a problem with fileman - multi-user version. I have setup access for people to download files and disabled most commands including "Tar". However, Tar still shows up in the list of commands at the bottom - it isn't possible to use it because it is not a link, but the words still appear.

Is this fixable?

Thanks!

Stuart
Quote Reply
Re: [sjm229] Tar command shows up even if disabled! In reply to
Hi,

You can get rid of it at line #544 in home.html, it should be:

doc.write("<%if cmd_tar%><a href='javascript:top.js_cmd_tar(1)'>Tar</a> <%endif%></font></td>");

TheStone.

B.
Quote Reply
Re: [TheStone] Tar command shows up even if disabled! In reply to
Thanks! That's sorted it

Stuart