moved on Info

This commit is contained in:
Nicola Galgano 2020-12-18 14:06:38 +01:00 committed by GitHub
parent dd529d0a1a
commit b5fca3f842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,10 @@ class Html
array( array(
'name' => 'Memcached Info', 'name' => 'Memcached Info',
'path' => '/info_memcd.php' 'path' => '/info_memcd.php'
),
array(
'name' => 'XDebug Control Panel',
'path' => '/xdebug.php'
) )
) )
), ),
@ -129,10 +133,6 @@ class Html
array( array(
'name' => 'Opcache Control Panel', 'name' => 'Opcache Control Panel',
'path' => '/vendor/ocp.php' 'path' => '/vendor/ocp.php'
),
array(
'name' => 'XDebug Control Panel',
'path' => '/vendor/xdebug.php'
) )
) )
) )