Hacker News new | ask | show | jobs
by rmrfrmrf 4797 days ago
Your wish is my command.

    $username = array();
    exec('java sanitize.class ' . escapeshellarg($_POST['username']), $username);