Browse Source

Merge pull request #73 from labriqueinternet/testing

Test
Alexandre Aubin 4 years ago
parent
commit
9ea0059c01
3 changed files with 2 additions and 3 deletions
  1. 0 1
      check_process
  2. 1 1
      conf/config.php.tpl
  3. 1 1
      manifest.json

+ 0 - 1
check_process

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

+ 1 - 1
conf/config.php.tpl

@@ -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');

+ 1 - 1
manifest.json

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