2006/12/7, Alex <[EMAIL PROTECTED]>: > > > It works!! Thank you!! If anyone knows what to modify on the Boa > sources to get this automatically done when opening php files, please, > let us know! >
in some part of the boot process try to add a think like this: find /where/the/scripts/usually/are -iname \*.php -type f | xargs chmod a+x obviously the busybox has to be configured to support find/xargs and their options. In this way each time the fox reboot every .php script in the selected path and subdirs will be setup as executable. Cheers, -- /roberto
