Novetus_src/index.php

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.";
?>