Gossamer Forum
Home : Products : Others : Fileman :

Deleting a file brings back 'Command' function

Quote Reply
Deleting a file brings back 'Command' function
Hello:



I erased the lines in main.html so the "Command" tool was disabled. However, when I erase a file using FileMan, at the bottom it says "1 files and 0 directories have been removed." and right underneath it is the "Command:" dialog box, where they can run shell commands. How do I go ahead and prevent that from showing up after a file is deleted? I am using the single-user version.

Regards,

Kenneth
Quote Reply
Re: [Lore] Deleting a file brings back 'Command' function In reply to
Hi,

You should change cmd_command => 1 to cmd_command => 0 within fileman.cgi instead of removing it in main.html.

TheStone.

B.
Quote Reply
Re: [TheStone] Deleting a file brings back 'Command' function In reply to
That took care of it! Thank you!