mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
5 lines
155 B
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.";
|
|
?>
|