<?php
$command = \'./configure \'.$_POST[\'configure_options\'];
$escaped_command = escapeshellcmd($command);
system($escaped_command);
?>

在线运行

收藏 打印