X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/src
opt
/
cpanel
/
ea-wappspector
/
src
/
??
..
??
Command
??
DIContainer.php
(384 B)
??
FileSystemFactory.php
(364 B)
??
Helper
??
MatchResult
??
Matchers
??
Wappspector.php
(1.01 KB)
??
container.php
(1.83 KB)
Editing: FileSystemFactory.php
<?php namespace Plesk\Wappspector; use League\Flysystem\Filesystem; use League\Flysystem\Local\LocalFilesystemAdapter; class FileSystemFactory { public function __invoke(string $path): Filesystem { $adapter = new LocalFilesystemAdapter($path, null, LOCK_EX, LocalFilesystemAdapter::SKIP_LINKS); return new Filesystem($adapter); } }
Upload File
Create Folder