diff options
Diffstat (limited to 'view/pt-br')
-rw-r--r-- | view/pt-br/htconfig.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index 773125154..8f26ec7b0 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -10,6 +10,8 @@ $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 * after a successful site install. Once they are set in the admin panel, they |