Skip to content

Commit 650ccdb

Browse files
author
Ric Harvey
authored
Merge pull request #111 from kcampion/patch-1
Update index.php to follow conventions
2 parents c8362e2 + f84984d commit 650ccdb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<?PHP
1+
<?php
22

3-
phpinfo();
4-
5-
?>
3+
echo phpinfo();

0 commit comments

Comments
 (0)