ajout heimdall
This commit is contained in:
10
heimdall/config/www/SupportedApps/phpMyAdmin/app.json
Executable file
10
heimdall/config/www/SupportedApps/phpMyAdmin/app.json
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"appid": "51ca673ea8e89a868706fd309777a101ac63a409",
|
||||
"name": "phpMyAdmin",
|
||||
"website": "https://www.phpmyadmin.net/",
|
||||
"license": "GNU General Public License, version 2",
|
||||
"description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.",
|
||||
"enhanced": false,
|
||||
"tile_background": "light",
|
||||
"icon": "phpmyadmin.png"
|
||||
}
|
||||
5
heimdall/config/www/SupportedApps/phpMyAdmin/phpMyAdmin.php
Executable file
5
heimdall/config/www/SupportedApps/phpMyAdmin/phpMyAdmin.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php namespace App\SupportedApps\phpMyAdmin;
|
||||
|
||||
class phpMyAdmin extends \App\SupportedApps {
|
||||
|
||||
}
|
||||
BIN
heimdall/config/www/SupportedApps/phpMyAdmin/phpmyadmin.png
Executable file
BIN
heimdall/config/www/SupportedApps/phpMyAdmin/phpmyadmin.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user