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.222.166.40
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
asm89 /
stack-cors /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
LICENSE
1.05
KB
-rw-r--r--
2020-11-17 16:24
README.md
3.27
KB
-rw-r--r--
2020-11-17 16:24
composer.json
1.22
KB
-rw-r--r--
2020-11-17 16:24
Save
Rename
{ "name": "asm89/stack-cors", "description": "Cross-origin resource sharing library and stack middleware", "keywords": ["stack", "cors"], "homepage": "https://github.com/asm89/stack-cors", "type": "library", "license": "MIT", "authors": [ { "name": "Alexander", "email": "iam.asm89@gmail.com" } ], "require": { "php": "^7.0|^8.0", "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "squizlabs/php_codesniffer": "^3.5" }, "autoload": { "psr-4": { "Asm89\\Stack\\": "src/" } }, "autoload-dev": { "psr-4": { "Asm89\\Stack\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit", "check-style": "phpcs -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src", "fix-style": "phpcbf -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src" }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }