4 lines
89 B
PHP
4 lines
89 B
PHP
|
|
<?php
|
||
|
|
echo "PHP Version: " . PHP_VERSION . "\n";
|
||
|
|
echo "Current Dir: " . getcwd() . "\n";
|