Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
vendor /
phpmyadmin /
shapefile /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
CHANGELOG.md
3.45
KB
-rw-r--r--
composer.json
1.32
KB
-rw-r--r--
LICENSE
17.62
KB
-rw-r--r--
README.md
1.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "phpmyadmin/shapefile", "description": "ESRI ShapeFile library for PHP", "license": "GPL-2.0-or-later", "keywords": ["shapefile", "shp", "geo", "geospatial", "dbf", "ESRI", "shape"], "homepage": "https://github.com/phpmyadmin/shapefile", "authors": [ { "name": "The phpMyAdmin Team", "email": "developers@phpmyadmin.net", "homepage": "https://www.phpmyadmin.net/team/" } ], "support": { "issues": "https://github.com/phpmyadmin/shapefile/issues", "source": "https://github.com/phpmyadmin/shapefile" }, "scripts": { "phpcbf": "phpcbf", "phpcs": "phpcs", "phpstan": "phpstan analyse", "phpunit": "phpunit --color=always", "test": [ "@phpcs", "@phpstan", "@phpunit" ] }, "require": { "php": "^7.1 || ^8.0" }, "suggest": { "ext-dbase": "For dbf files parsing" }, "require-dev": { "phpstan/phpstan": "^0.12.37", "phpmyadmin/coding-standard": "^2.1.1", "phpstan/phpstan-phpunit": "^0.12.6", "phpunit/phpunit": "^7.4 || ^8 || ^9" }, "autoload": { "psr-4": { "PhpMyAdmin\\ShapeFile\\": "src" } }, "config":{ "sort-packages": true } }
Close