1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Update IMAGE

This commit is contained in:
DanieL 2022-12-14 11:20:57 -03:00
parent 4c26b3feec
commit 3ca9efdf24

View file

@ -176,7 +176,7 @@ class API extends PluginAbstract {
public function get_api_id($parameters) { public function get_api_id($parameters) {
global $global; global $global;
$obj = $this->startResponseObject($parameters); $obj = $this->startResponseObject($parameters);
$obj->id = base_convert(md5($global['salt'] . 'AVideo'), 16, 38); $obj->id = base_convert(md5($global['salt'] . 'AVideo'), 16, 36);
return new ApiObject("", false, $obj); return new ApiObject("", false, $obj);
} }