Added PHP Xdebug info page for intranet

This commit is contained in:
cytopia 2021-01-03 13:52:43 +01:00
parent 3d0154f987
commit 543e373b91
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 8 additions and 4 deletions

View File

@ -72,6 +72,10 @@ class Html
'name' => 'PHP Info',
'path' => '/info_php.php'
),
array(
'name' => 'PHP Xdebug Info',
'path' => '/info_xdebug.php'
),
array(
'name' => 'MySQL Info',
'path' => '/info_mysql.php'
@ -92,10 +96,6 @@ class Html
'name' => 'Memcached Info',
'path' => '/info_memcd.php'
),
array(
'name' => 'XDebug Control Panel',
'path' => '/xdebug.php'
)
)
),
array(

View File

@ -8,6 +8,10 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Release v1.9.1 (2021-01-03)
#### Added
- Added PHP Xdebug info page for intranet
#### Changed
- [#769](https://github.com/cytopia/devilbox/issues/769) Adjusted Xdebug 3.0 defaults