File ManagerCurrent Directory: wp-content/plugins/wp-migrate-db/vendor/vlucas/phpdotenv/src/Store/FileLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: Paths.php <?php namespace DeliciousBrains\WPMDB\Container\Dotenv\Store\File; class Paths { /** * Returns the full paths to the files. * * @param string[] $paths * @param string[] $names * * @return string[] */ public static function filePaths(array $paths, array $names) { $files = []; foreach ($paths as $path) { foreach ($names as $name) { $files[] = \rtrim($path, \DIRECTORY_SEPARATOR) . \DIRECTORY_SEPARATOR . $name; } } return $files; } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirPaths.phpFile559.00 B Rename | Delete | EditReader.phpFile1.31 KB Rename | Delete | Edit