diff options
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/cs/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/de/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/en-au/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/en-gb/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/eo/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/fr/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/it/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/nb-no/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/pt-br/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/ru/htconfig.tpl | 1 | ||||
-rw-r--r-- | view/sv/htconfig.tpl | 1 |
12 files changed, 12 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 84bd44ea2..10776afeb 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-01-17.1281H +2016-01-18.1282H diff --git a/view/cs/htconfig.tpl b/view/cs/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/cs/htconfig.tpl +++ b/view/cs/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 928694769..205da73a3 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl index c3bef0de3..9dd0a1ab2 100644 --- a/view/en-au/htconfig.tpl +++ b/view/en-au/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index c3bef0de3..9dd0a1ab2 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/eo/htconfig.tpl b/view/eo/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/eo/htconfig.tpl +++ b/view/eo/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 430d97a47..1e7e14fb4 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -10,6 +10,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Note: Plusieurs de ces réglages seront disponibles via le panneau d'administration diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index cc4087f96..773125154 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -8,6 +8,7 @@ $db_port = '{{$dbport}}'; $db_user = '{{$dbuser}}'; $db_pass = '{{$dbpass}}'; $db_data = '{{$dbdata}}'; +$db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres /* * Notice: Many of the following settings will be available in the admin panel |