diff --git a/.devilbox/www/htdocs/credits.php b/.devilbox/www/htdocs/credits.php
index bc152b31..0325b2ec 100644
--- a/.devilbox/www/htdocs/credits.php
+++ b/.devilbox/www/htdocs/credits.php
@@ -87,6 +87,11 @@
GPL 2.0 |
phpmyadmin/phpmyadmin |
+
+ PHPRedMin |
+ BSD 3-Clause License |
+ sasanrose/phpredmin |
+
diff --git a/.devilbox/www/include/lib/Html.php b/.devilbox/www/include/lib/Html.php
index 0a5a8661..2a29873b 100644
--- a/.devilbox/www/include/lib/Html.php
+++ b/.devilbox/www/include/lib/Html.php
@@ -84,14 +84,19 @@ class Html
array(
'name' => 'Tools',
'menu' => array(
+ array(
+ 'name' => 'Adminer',
+ 'path' => '/vendor/adminer-4.6.2-en.php',
+ 'target' => '_blank'
+ ),
array(
'name' => 'phpMyAdmin',
'path' => '__PHPMYADMIN__',
'target' => '_blank'
),
array(
- 'name' => 'Adminer',
- 'path' => '/vendor/adminer-4.6.2-en.php',
+ 'name' => 'PHPRedMin',
+ 'path' => '/vendor/phpredmin/public/index.php',
'target' => '_blank'
),
array(