5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
header('Content-Type: text/html; charset=windows-1251');
|
|
echo getcwd();
|
|
?>
|