diff options
-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; + } /** |