Put execution arg into $_GET

PHP CLI
<?php
if ($argv) {

    foreach ($argv as $k=>$v)

    {

        if ($k==0) continue;

        $it = explode("=",$argv[$i]);

        if (isset($it[1])) $_GET[$it[0]] = $it[1];

    }

}
?>

Comments

Popular posts from this blog

Find Backlink From Google Dork

List of weapon buff materials, effects and how it can be durango wild lands

Install deb package via Termux