As I remember, php has a settings which can disable the PHP codes to
open a file like that...
<?php
echo file_get_conten ts("../temp/../test.php");
?>
Anyone can confirm is that such a setting?
thanks.
open a file like that...
<?php
echo file_get_conten ts("../temp/../test.php");
?>
Anyone can confirm is that such a setting?
thanks.
Comment