diff --git a/.devilbox/www/htdocs/xdebug.php b/.devilbox/www/htdocs/xdebug.php
new file mode 100644
index 00000000..975fe7f0
--- /dev/null
+++ b/.devilbox/www/htdocs/xdebug.php
@@ -0,0 +1,32 @@
+
+authPage(); ?>
+
+
+
+ getHead(); ?>
+
+
+
+ getNavbar(); ?>
+
+
+
+
+
+
+
+
xdebug
module is not enabled.
+
+
Xdebug info only available with xdebug 3.x.x
or greater. Your version is xdebug
+
+
+
+
+
+
+
+ getFooter(); ?>
+
+
diff --git a/.devilbox/www/include/lib/Html.php b/.devilbox/www/include/lib/Html.php
index d0581541..876ed21c 100644
--- a/.devilbox/www/include/lib/Html.php
+++ b/.devilbox/www/include/lib/Html.php
@@ -91,6 +91,10 @@ class Html
array(
'name' => 'Memcached Info',
'path' => '/info_memcd.php'
+ ),
+ array(
+ 'name' => 'XDebug Control Panel',
+ 'path' => '/xdebug.php'
)
)
),