diff options
Diffstat (limited to 'view/ru/htconfig.tpl')
-rw-r--r-- | view/ru/htconfig.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index cc4087f96..8f26ec7b0 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -8,6 +8,9 @@ $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 + +define( 'UNO', {{$uno}} ); /* * Notice: Many of the following settings will be available in the admin panel |