Novetus_src/index.php
2019-12-04 19:30:27 -07:00

5 lines
155 B
PHP

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