mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
correct labels, Jdenticon renders PNG or SVG, both in pure PHP
This commit is contained in:
parent
89d575ace3
commit
c0758e7bbb
@ -28,7 +28,7 @@ $jdenticon = new Jdenticon(array(
|
|||||||
),
|
),
|
||||||
));
|
));
|
||||||
$jdenticonGenerators = array(
|
$jdenticonGenerators = array(
|
||||||
'jdenticon GD' => 'png',
|
'jdenticon PNG' => 'png',
|
||||||
'jdenticon SVG' => 'svg',
|
'jdenticon SVG' => 'svg',
|
||||||
);
|
);
|
||||||
$results = array(
|
$results = array(
|
||||||
@ -48,7 +48,7 @@ $results = array(
|
|||||||
'lengths' => array(),
|
'lengths' => array(),
|
||||||
'time' => 0
|
'time' => 0
|
||||||
),
|
),
|
||||||
'jdenticon GD' => array(
|
'jdenticon PNG' => array(
|
||||||
'lengths' => array(),
|
'lengths' => array(),
|
||||||
'time' => 0
|
'time' => 0
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user