Including Functions & Classes
Posted: Wed Oct 13, 2004 10:43 pm
I am looking to distribute a peice of code I made via include.
My code will check for the client's id number and allow them to use the class, or die.
Now I was wondering what kind of security risks are there for licensing in this manner(via remote include with all code on my server)
I am using php5 so there is no longer a class variables all being public.
Anyone have any experience with classes and include?
My code will check for the client's id number and allow them to use the class, or die.
Now I was wondering what kind of security risks are there for licensing in this manner(via remote include with all code on my server)
I am using php5 so there is no longer a class variables all being public.
Anyone have any experience with classes and include?