diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-28 09:10:39 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-02-28 09:10:39 +0100 |
commit | e084a85e79af2c56f6e715fcf44a1be815ea5c45 (patch) | |
tree | 33fe9af5c7577accf722d6d8342939387cfa22ff /mod/setup.php | |
parent | c5333b518781068d866805778e2823ef6f9d40ea (diff) | |
parent | a1f046992dd1897366f6ce67cb5a8c0895b8bf2a (diff) | |
download | volse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.tar.gz volse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.tar.bz2 volse-hubzilla-e084a85e79af2c56f6e715fcf44a1be815ea5c45.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/setup.php b/mod/setup.php index 6dc141702..282b9cbef 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -41,6 +41,9 @@ function setup_init(&$a) { global $install_wizard_pass; if (x($_POST, 'pass')) $install_wizard_pass = intval($_POST['pass']); + else + $install_wizard_pass = 1; + } /** |