mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
* 5.1.3 * Auto-update README Co-authored-by: Yunohost-Bot <>
This commit is contained in:
parent
462bd1c0e0
commit
91369d411f
5 changed files with 5 additions and 10 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Manage MySQL databases over the web
|
||||
|
||||
**Shipped version:** 5.1.1~ynh3
|
||||
**Shipped version:** 5.1.3~ynh1
|
||||
|
||||
**Demo:** https://demo.phpmyadmin.net/master-config
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Application web de gestion des bases de données MySQL
|
||||
|
||||
**Version incluse :** 5.1.1~ynh3
|
||||
**Version incluse :** 5.1.3~ynh1
|
||||
|
||||
**Démo :** https://demo.phpmyadmin.net/master-config
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/5.1.1/phpMyAdmin-5.1.1-all-languages.tar.gz
|
||||
SOURCE_SUM=8264b57aeaa1f91c6d859331777c71e80d26088bef7cdcd5f9431119747ed1c1
|
||||
SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/5.1.3/phpMyAdmin-5.1.3-all-languages.tar.gz
|
||||
SOURCE_SUM=7a85454d82d88cc1a6beb09114a67fa40230c4eff2ae1778b434fa74e80dc6d7
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
index index.php;
|
||||
|
||||
client_max_body_size 50M;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Manage MySQL databases over the web",
|
||||
"fr": "Application web de gestion des bases de données MySQL"
|
||||
},
|
||||
"version": "5.1.1~ynh3",
|
||||
"version": "5.1.3~ynh1",
|
||||
"url": "http://www.phpmyadmin.net",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0-only",
|
||||
|
|
Loading…
Reference in a new issue