Hi,
I am trying to add a fax feature to my website. I have a simple php script executing the fax send $phonenum $filename command.
This script works when I execute it from the command line but it doesn't work when I execute it via my website. I think this is because on the command line I am "root" and on the website i am "nobody".
How do I set a sticky bit for the php script? I have never dealt with sticky bits, I just know that I need one here most likely. Thanks!