File "t1.php"

Full Path: /home/analogde/www/Freebox/CHESS_ON/t1.php
File size: 68 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

			echo getcwd();
			chdir("Users");
			echo getcwd();
			
?>