Gossamer Forum
Home : Products : Others : Fileman :

DISABLE features (edit, tar, etc)

Quote Reply
DISABLE features (edit, tar, etc)
I was running an odler 1.x version that I had hacked to un-clutter it so it looked like a generic windows tree (no permissions, etc)

I see with the newest version that I have downloaded today there are many new nice features. When I choose Environment from the preferences, it shows 'enabled' next to many features. Is there a way to disable these at my will via some config file?

Thanks
Quote Reply
Re: [falz] DISABLE features (edit, tar, etc) In reply to
Definitely, you will be able to enable/disable commands by changing the 'commands' parameter in fileman.cgi.
E.g: cmd_upload => '0': to disable upload function.

TheStone.

B.
Quote Reply
Re: [TheStone] DISABLE features (edit, tar, etc) In reply to
Don't know how I missed that! I must've been looking to deep:)

One more question- is there any security risk associated with the ConfigData.pm that is left behind in my cgi-bin dir? My http server does not allow me to wget it, so it *seems* okay.
Quote Reply
Re: [falz] DISABLE features (edit, tar, etc) In reply to
Actually, ConfigData.pm should be in 'private' dir that's much be better for secure issue. If you want to have the version which already fixed this matter, then let me know.

TheStone.

B.

Last edited by:

TheStone: Jul 16, 2003, 1:13 PM
Quote Reply
Re: [TheStone] DISABLE features (edit, tar, etc) In reply to
I found the line in another which refers to this, and moved it in to private, and it works great. thanks.