<?php
echo "This is the default index.php. PHP Version: ";
echo phpversion();
echo ". This web server uses the /shareddata folder as a root directory.";
?>