📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 20:47:24
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
league
/
flysystem
/
src
✏️
Editing: PathNormalizer.php
<?php declare(strict_types=1); namespace League\Flysystem; interface PathNormalizer { public function normalizePath(string $path): string; }
💾 Save Changes
❌ Cancel