mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
fix mybar.php stat image path
This commit is contained in:
@@ -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']))
|
||||
|
||||
Reference in New Issue
Block a user