Fixed code to use new column
This commit is contained in:
parent
23683c1378
commit
eeb512f549
@ -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…
Reference in New Issue
Block a user