whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
amphp
/
parallel
/
lib
/
Sync
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/amphp/parallel/lib/Sync/ExitSuccess.php
<?php namespace Amp\Parallel\Sync; final class ExitSuccess implements ExitResult { /** @var mixed */ private $result; public function __construct($result) { $this->result = $result; } /** * {@inheritdoc} */ public function getResult() { return $this->result; } }
Copyright ©2021 || Defacer Indonesia