fix mybar.php stat image path

This commit is contained in:
xiaomlove
2022-03-19 20:48:22 +08:00
parent 9ec68cc5d3
commit f1824aee0a

View File

@@ -21,7 +21,7 @@ else{
$uploaded = mksize($row['uploaded']);
$downloaded = mksize($row['downloaded']);
}
$my_img=imagecreatefrompng(getFullDirectory("pic/userbar/".$bgpic.".png"));
$my_img=imagecreatefrompng(getFullDirectory("public/pic/userbar/".$bgpic.".png"));
imagealphablending($my_img, false);
if (empty($_GET['noname']))