├── .github └── release-drafter.yml ├── .gitignore ├── LICENSE.md ├── README.md └── phppsinfo.php /.github/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrestaShop/php-ps-info/HEAD/.github/release-drafter.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .project\n 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrestaShop/php-ps-info/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrestaShop/php-ps-info/HEAD/README.md -------------------------------------------------------------------------------- /phppsinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrestaShop/php-ps-info/HEAD/phppsinfo.php --------------------------------------------------------------------------------