From f1824aee0a01f465fe9a17468c7beba7183b7123 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sat, 19 Mar 2022 20:48:22 +0800 Subject: [PATCH] fix mybar.php stat image path --- public/mybar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/mybar.php b/public/mybar.php index 56f2af0e..144644a2 100644 --- a/public/mybar.php +++ b/public/mybar.php @@ -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']))