We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e70c7 + 78842a4 commit 2683959Copy full SHA for 2683959
1 file changed
container/root/app/public/index.php
@@ -7,17 +7,4 @@
7
fwrite( $stdout, 'Using STDOUT pipe for output' );
8
fwrite( $stderr, 'Using STDERR pipe for output' );
9
10
-phpinfo();
11
-
12
-// Use the below form to test uploads
13
-?>
14
15
-<form method="post" action="/" enctype="multipart/form-data">
16
- <p>
17
- Please specify a file, or a set of files:<br>
18
- <input type="file" name="datafile">
19
- </p>
20
- <div>
21
- <input type="submit" value="Send">
22
- </div>
23
-</form>
+echo "PHP Version " . PHP_VERSION;
0 commit comments