1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Merge pull request #73 from labriqueinternet/testing

Test
This commit is contained in:
Alexandre Aubin 2021-03-30 16:10:12 +02:00 committed by GitHub
commit 9ea0059c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -17,7 +17,6 @@
upgrade=1 from_commit=ec919eb58fdc9c358ddbe17558874ae968a7f527
backup_restore=1
multi_instance=0
incorrect_path=1
port_already_use=0
change_url=0
;;; Upgrade options

View file

@ -58,7 +58,7 @@ function before($route) {
setlocale(LC_ALL, $lang);
setlocale(LC_CTYPE, $lang);
$locales_dir = dirname(__FILE__).'/i18n';
$locales_dir = '__FINAL_PATH__/i18n';
bindtextdomain($textdomain, $locales_dir);
bind_textdomain_codeset($textdomain, 'UTF-8');

View file

@ -15,7 +15,7 @@
"url": "http://julien.vaubourg.com"
},
"requirements": {
"yunohost": ">= 3.5.0"
"yunohost": ">= 4.1.0"
},
"multi_instance": false,
"services": [