|
what is the security risk for enabling "allow_url_include" in php.ini on the server ?
Hello, iam coding new php script, i need to use the url include inside that script, so i have to enable 'allow_url_include = On' in the 'php.ini' file on the Apache server....and that makes me wondering about those 2 important questions !!
1. what is the security risk for the server after enabling this function ??
2. what is the security risk for my php script after enabling this function and using it inside my script like:-
include('http://another-site.com/file.php');
thanks
__________________
Okay...
Last edited by crazy.works; 03-26-2010 at 01:22 PM..
|