Skip to content

Commit d11305d

Browse files
committed
Update index.php to phpinfo()
1 parent 5a433c4 commit d11305d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?
2-
echo "hello world";
2+
phpinfo();
33
?>

0 commit comments

Comments
 (0)