Skip to content

Commit 22d1671

Browse files
committed
♻️ chore: command script check container user
1 parent 5006740 commit 22d1671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/8.4/www/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2-
echo exec('whoami') . "@" . exec('hostname') . " : " . exec('id') . "\n";
2+
// echo exec('whoami') . "@" . exec('hostname') . " : " . exec('id') . "\n";
33
phpinfo();

0 commit comments

Comments
 (0)