whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Env
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Env/set_current_dir.php
<?php declare(strict_types=1); namespace Psl\Env; use Psl; use function chdir; /** * Changes the current working directory to the specified path. * * @throws Psl\Exception\InvariantViolationException If the operation fails. */ function set_current_dir(string $directory): void { if (!@chdir($directory)) { Psl\invariant_violation('Unable to change directory'); } }
Copyright ©2021 || Defacer Indonesia