Bugfixes to account creation
This commit is contained in:
parent
dc0dcf76c6
commit
54fea08591
@ -264,5 +264,6 @@ return false;
|
|||||||
<span class="form-control input-xlarge uneditable-input" onclick="this.select();">', $result);
|
<span class="form-control input-xlarge uneditable-input" onclick="this.select();">', $result);
|
||||||
$asd = explode('</span>', $cose['1']);
|
$asd = explode('</span>', $cose['1']);
|
||||||
$api_hash = $asd['0'];
|
$api_hash = $asd['0'];
|
||||||
|
return ['api_id' => (int) $api_id, 'api_hash' => $api_hash];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user