diff options
author | redmatrix <git@macgirvin.com> | 2016-02-04 23:58:31 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-04 23:58:31 -0800 |
commit | 9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0 (patch) | |
tree | f7667ebfed533591e42f644abcd7ce9ee6a46719 /view/en-gb/htconfig.tpl | |
parent | a8456782b5c59f986b20af640cf5e4cd637be006 (diff) | |
download | volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.gz volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.bz2 volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.zip |
initial uno config
Diffstat (limited to 'view/en-gb/htconfig.tpl')
-rw-r--r-- | view/en-gb/htconfig.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index 9dd0a1ab2..9611decf9 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/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 |