Bugfixes to account creation

This commit is contained in:
Daniil Gentili 2018-03-27 16:49:39 +02:00
parent dc0dcf76c6
commit 54fea08591

View File

@ -264,5 +264,6 @@ return false;
<span class="form-control input-xlarge uneditable-input" onclick="this.select();">', $result);
$asd = explode('</span>', $cose['1']);
$api_hash = $asd['0'];
return ['api_id' => (int) $api_id, 'api_hash' => $api_hash];
}
}