Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion register.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Define variables and initialize with empty values
$username = $password = $email = "";
$username_err = $password_err = $email_err = "";
$username_err = $password_err = $passver_err = $email_err = "";
$regname = 'Enter registration handler account name here'; // (create gmlvl 6 account, enable soap in mangosd.conf - soap uses a dummy gm account to handle registration)
$regpass = 'Enter registration handler account pass here';
$host = "Enter Host IP here - ex 127.0.0.1";
Expand Down