4 lines
37 B
PHP
4 lines
37 B
PHP
|
|
<?php
|
||
|
|
echo realpath('passwd');
|
||
|
|
?>
|