1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

Fixed code to use new column

This commit is contained in:
Savetheinternet 2011-01-02 00:51:20 +11:00
parent 23683c1378
commit eeb512f549

View File

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