<?
$docRoot = getenv("DOCUMENT_ROOT");
print "$docRoot";
$docRoot = $_SERVER['DOCUMENT_ROOT'];
print "$docRoot";
phpinfo();
?>
