Integrate PHPRedMin into Devilbox intranet

This commit is contained in:
cytopia 2018-08-12 10:52:13 +02:00
parent ed01a55960
commit 141b7bf72d
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 12 additions and 2 deletions

View File

@ -87,6 +87,11 @@
<td>GPL 2.0</td>
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a href="https://github.com/phpmyadmin/phpmyadmin">phpmyadmin/phpmyadmin</a></td>
</tr>
<tr>
<td>PHPRedMin</td>
<td>BSD 3-Clause License</td>
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a href="https://github.com/sasanrose/phpredmin">sasanrose/phpredmin</a></td>
</tr>
</tbody>
</table>
</div>

View File

@ -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(