whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Filesystem
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Filesystem/is_file.php
<?php declare(strict_types=1); namespace Psl\Filesystem; use function is_file as php_is_file; /** * Check whether $node exists and is a regular file or a link to one. * * @param non-empty-string $node Path, absolute or relative to the current working directory. * If it is a link, it will be resolved and checked. */ function is_file(string $node): bool { return php_is_file($node); }
Copyright ©2021 || Defacer Indonesia