HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
icon not displayed, url got double '/'
63c63 < <img src="<?php echo str_replace("index.php?p=/","",Url('/plugins/TopPosters/badges/'.(file_exists('plugins/TopPosters/badges/'.$i.'.png')? $i.'.png':'medal-icon.png'))); ?>"> ---
<img src="<?php echo str_replace("index.php?p=","",Url('/plugins/TopPosters/badges/'.(file_exists('plugins/TopPosters/badges/'.$i.'.png')? $i.'.png':'medal-icon.png'))); ?>">
0