mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
commit
9ea0059c01
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"url": "http://julien.vaubourg.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.5.0"
|
||||
"yunohost": ">= 4.1.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue