Hello, and welcome to the OpenYotsuba installer. Please enter your OpenYotsuba password.


"); } else { if ($users == 0) mysqli_query($connection, "insert into mod_users (password_expired, level, username, password, signed_agreement) values (false, \"admin\", \"" . mysqli_escape_string($connection, $_POST["user"]) . "\", 0x" . hash("sha256", $_POST["pass"]) . ", true)"); die("OpenYotsuba InstallerYour new chan is ready. Thank you for using the OpenYotsuba installer. Have a nice day."); } ?>