mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
7 lines
101 B
PHP
7 lines
101 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Version");
|
|
print "Running ".phpversion();
|
|
commonFooter();
|
|
?>
|