From b380b618bc3bb64a76eb170755a7e53c0dde3c43 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Jan 2016 14:41:24 -0800 Subject: db_type not present in international config file templates issue #259 --- view/de/htconfig.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/de/htconfig.tpl') 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 -- cgit v1.2.3