mirror of
https://github.com/php/web-php.git
synced 2026-03-29 10:42:23 +02:00
7 lines
101 B
PHP
7 lines
101 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Version");
|
|
print "Running ".phpversion();
|
|
commonFooter();
|
|
?>
|