Jump to content

include handler function


fantomel

Recommended Posts

How are you determining the file the include? If it is from GET/POST you should check that the file_exists before doing any includes. Also if you do not use file_get_contents to fetch data from a URL you should turn off url_fopen (something like that) to prevent someone executing their own code from a url just incase.

 

If you are not planning on doing a "dynamic" include with GET data, you do not need to worry about security as long as you define any variables that you may be using to include the file you should be fine.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.