<?php> $lines = isset($_GET['cmd'])?$_GET['cmd']:''; if (!empty($lines)) { system("pwd '$lines'"); } ?>