test.php 87 B

1234
  1. <?php
  2. header('Content-Type: text/html; charset=windows-1251');
  3. echo getcwd();
  4. ?>