Skip to content

Commit 2178b27

Browse files
committed
added php version to doc title
1 parent 496d3c1 commit 2178b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Apache2 & PHP</title>
7+
<title>Apache2 & PHP version <?php echo phpversion(); ?></title>
88
</head>
99
<body>
1010
<p>

0 commit comments

Comments
 (0)