- Relocated all files and scripts from `examples` to `tests_e2e` for better organization. - Updated references and paths in configurations, scripts, and test files. - Adjusted `bump-version.sh` to handle the new `tests_e2e` structure. - Updated `.gitignore` to reflect path changes.
9 lines
175 B
PHP
9 lines
175 B
PHP
<?php
|
|
/**
|
|
* PHP Info Page
|
|
*
|
|
* This page displays comprehensive PHP configuration information
|
|
* including FastCGI environment variables set by EasyHAProxy.
|
|
*/
|
|
|
|
phpinfo();
|