From 005930d16b5e673b37d589564941c59c97bb57ec Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Apr 2022 21:45:29 +0200 Subject: [PATCH] Fix --- conf/htconfig.sample.php | 2 +- manifest.json | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/conf/htconfig.sample.php b/conf/htconfig.sample.php index 9045a7cf..081f4ef5 100644 --- a/conf/htconfig.sample.php +++ b/conf/htconfig.sample.php @@ -35,7 +35,7 @@ $db_type = mysql; // use 1 for postgres, 0 for mysql // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". // It can be changed later and only applies to timestamps for anonymous viewers. -App::$config['system']['timezone'] = '__TIME_ZONE__'; +App::$config['system']['timezone'] = '__TIMEZONE__'; // What is your site name? DO NOT ADD A TRAILING SLASH! diff --git a/manifest.json b/manifest.json index ddf1574a..68d0f035 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,4 @@ { - "name": "Hubzilla", "id": "hubzilla", "packaging_format": 1, @@ -41,16 +40,6 @@ { "name": "admin", "type": "user" - }, - { - "name": "database", - "type": "string", - "ask": { - "en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]", - "fr": "Choisissez la database de Hubzilla [mysql:1,postgresql:2]" - }, - "choices": ["1", "2"], - "default": "1" } ] }