<?php | |
// Avatars definitions | |
$USERS = [ | |
'avm99963' => 'https://www.avm99963.com/images/avatar.jpg', | |
'ccbot' => 'https://gerrit-avatars.avm99963.com/img/webmasters.png', | |
'zuul' => 'https://gerrit-avatars.avm99963.com/img/zuul.svg', | |
// Add your avatar above this line! | |
]; | |
$DEFAULT_AVATAR = 'https://gerrit-avatars.avm99963.com/img/default.png'; |