Hi,
I've read somewhere that it's possible to disable RFI (Remote File Inclusion) in php.ini. Is this true? If so, can someone tell me what setting I should adjust in php.ini to disable RFI.
Disabling this, does mean that includes like
include("../include/somefile.php");
still work right?
Thanks,
betonboor