mirror of
https://github.com/myronblair/epictravelexpeditions
synced 2026-06-30 17:50:08 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Simple PHP version checker
|
||||
echo "PHP Version: " . phpversion() . "\n";
|
||||
echo "Server Software: " . $_SERVER['SERVER_SOFTWARE'] . "\n";
|
||||
phpinfo();
|
||||
?>
|
||||
Reference in New Issue
Block a user