whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
laravel
/
octane
/
src
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/laravel/octane/src/Exec.php
<?php namespace Laravel\Octane; class Exec { /** * Run the given command. * * @param string $command * @return array */ public function run($command) { exec($command, $output); return $output; } }
Copyright ©2021 || Defacer Indonesia