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 /install/htconfig.sample.php | |
parent | a8456782b5c59f986b20af640cf5e4cd637be006 (diff) | |
download | volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.gz volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.tar.bz2 volse-hubzilla-9cf105f8ea89165d46cfdfd6dbb729e7647c1fd0.zip |
initial uno config
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-x | install/htconfig.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index df39bc9ad..50ce9658b 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -19,6 +19,8 @@ $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; $db_type = 0; // use 1 for postgres, 0 for mysql +define( 'UNO', 0 ); + /* * 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 |