Changeset 597 for trunk/pages
- Timestamp:
- May 20, 2009, 12:52:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/register.php
r596 r597 39 39 '<br />'); 40 40 41 $db->select_db($Config['Mangos']['DatabaseRealmd']);42 41 if($RegistrationLimit->GetFreeRegistrationCount() == 0) 43 42 { … … 62 61 $heslo = sha_password($account, $password); 63 62 63 $db->select_db($Config['Mangos']['DatabaseRealmd']); 64 64 $DbResult = $db->query('SELECT `id`, `username`, `sha_pass_hash` FROM `account` WHERE `username`="'.$account.'"'); 65 65 if($DbResult->num_rows > 0)
Note:
See TracChangeset
for help on using the changeset viewer.