mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Added PHP Xdebug info page for intranet
This commit is contained in:
parent
3d0154f987
commit
543e373b91
@ -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(
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user