|
Posted by bellefy@gmail.com on 03/20/06 20:41
Hi All,
I have, what I'd like to think as anyway, a unique situation.
I have a client that has contracted me to build a custom inventory
management system to be installed at the client's location. More
specifically, a custom reporting display system through a kiosk-like
linux installation using a locked-down FireFox.
My development style has always been centralized around one primary
class file (Kernel.php) that calls in the appropriate modules as
needed.
For example:
$ php ./Kernel.php sendReport
Because this job is to be installed at the client location, is there a
way that I can limit the entire installation of PHP to only allow
Kernel.php to execute?
In other words, I want to be able to completely lock down PHP to stop
any prying eyes from being able to execute ANY other PHP scripts on the
reporting machine.
So...
$ php ./someOtherFile.php
Would Fail!
Navigation:
[Reply to this message]
|