fixing serv_name value with proper protocol
This commit is contained in:
@@ -2627,7 +2627,7 @@ class Databap extends PhpObject
|
||||
|
||||
private static function getLoginToken($sPass)
|
||||
{
|
||||
return md5($sPass.$_GET['serv_name']);
|
||||
return md5($sPass.str_replace('https://', 'http://', $_GET['serv_name']));
|
||||
}
|
||||
|
||||
public function checkSetPass($sToken, $sNewToken)
|
||||
|
||||
Reference in New Issue
Block a user