aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-04 23:58:31 -0800
committerredmatrix <git@macgirvin.com>2016-02-04 23:58:31 -0800
commit9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0 (patch)
treef7667ebfed533591e42f644abcd7ce9ee6a46719 /mod
parenta8456782b5c59f986b20af640cf5e4cd637be006 (diff)
downloadvolse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.gz
volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.bz2
volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.zip
initial uno config
Diffstat (limited to 'mod')
-rwxr-xr-xmod/setup.php21
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
));