Posted by Rik on 02/14/07 14:33
howa wrote:
> As I remember, php has a settings which can disable the PHP codes to
> open a file like that...
>
> <?php
> echo file_get_contents("../temp/../test.php");
> ?>
>
> Anyone can confirm is that such a setting?
I have no idea which setting this would be. open_basedir can be used to
box users in, maybe that's what you're after?
--
Rik Wasmus
Navigation:
[Reply to this message]
|