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 /mod | |
parent | a8456782b5c59f986b20af640cf5e4cd637be006 (diff) | |
download | volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.gz volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.bz2 volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.zip |
initial uno config
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/setup.php | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/mod/setup.php b/mod/setup.php index 5c9e988d9..886213b9d 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -138,16 +138,17 @@ function setup_post(&$a) { $tpl = get_intltext_template('htconfig.tpl'); $txt = replace_macros($tpl,array( - '$dbhost' => $dbhost, - '$dbport' => $dbport, - '$dbuser' => $dbuser, - '$dbpass' => $dbpass, - '$dbdata' => $dbdata, - '$dbtype' => $dbtype, - '$timezone' => $timezone, - '$siteurl' => $siteurl, - '$site_id' => random_string(), - '$phpath' => $phpath, + '$dbhost' => $dbhost, + '$dbport' => $dbport, + '$dbuser' => $dbuser, + '$dbpass' => $dbpass, + '$dbdata' => $dbdata, + '$dbtype' => $dbtype, + '$uno' => 0, + '$timezone' => $timezone, + '$siteurl' => $siteurl, + '$site_id' => random_string(), + '$phpath' => $phpath, '$adminmail' => $adminmail )); |