Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Bananas802/php-test
blind1234
/
php-test1
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bananas802
commited on
Sep 11, 2024
Commit
2bca077
·
verified
·
1 Parent(s):
6e9ddae
Update index.php
Browse files
Files changed (1)
hide
show
index.php
+1
-1
index.php
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
<?php
2
3
-
echo "Hello, World from Docker! <br>"
;
4
5
?>
1
<?php
2
3
+
phpinfo()
;
4
5
?>