Browse Source

Fixed code to use new column

pull/40/head
Savetheinternet 14 years ago
parent
commit
eeb512f549
  1. 2
      inc/mod.php

2
inc/mod.php

@ -10,7 +10,7 @@
} }
function login($username, $password, $makehash=true) { function login($username, $password, $makehash=true) {
global $sql, $mod; global $mod;
// SHA1 password // SHA1 password
if($makehash) { if($makehash) {

Loading…
Cancel
Save