Misc fixes from live
This commit is contained in:
@@ -28,7 +28,7 @@ class SSL {
|
||||
private static function _dec_to_hex($number) {
|
||||
$hex = array();
|
||||
|
||||
if ($number == 0)
|
||||
if ($number == 0 OR ! $number)
|
||||
return '00';
|
||||
|
||||
while ($number > 0) {
|
||||
|
Reference in New Issue
Block a user