mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update edit_user_profile.php
This commit is contained in:
parent
c358124b62
commit
89a21bc855
@ -142,6 +142,10 @@ switch ($field)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$value = sprintf('%.0f', $value);
|
$value = sprintf('%.0f', $value);
|
||||||
|
if (strlen($value) > 19)
|
||||||
|
{
|
||||||
|
$this->ajax_die($lang['WRONG_INPUT']);
|
||||||
|
}
|
||||||
$this->response['new_value'] = humn_size($value, null, null, ' ');
|
$this->response['new_value'] = humn_size($value, null, null, ' ');
|
||||||
|
|
||||||
if (!$btu = get_bt_userdata($user_id))
|
if (!$btu = get_bt_userdata($user_id))
|
||||||
|
Loading…
Reference in New Issue
Block a user