File "getcwd.php"

Full Path: /home/analogde/www/Massage_2000/getcwd.php
File size: 52 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

		$fullpath = getcwd();
		echo $fullpath;

?>