Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.229.47
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
vlucas /
phpdotenv /
src /
Loader /
Delete
Unzip
Name
Size
Permission
Date
Action
Lines.php
3.13
KB
-rw-r--r--
2020-11-17 16:24
Loader.php
3.52
KB
-rw-r--r--
2020-11-17 16:24
LoaderInterface.php
503
B
-rw-r--r--
2020-11-17 16:24
Parser.php
8.96
KB
-rw-r--r--
2020-11-17 16:24
Value.php
1.47
KB
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?php namespace Dotenv\Loader; use Dotenv\Repository\RepositoryInterface; interface LoaderInterface { /** * Load the given environment file content into the repository. * * @param \Dotenv\Repository\RepositoryInterface $repository * @param string $content * * @throws \Dotenv\Exception\InvalidFileException * * @return array<string,string|null> */ public function load(RepositoryInterface $repository, $content); }