mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
commit
6a1614f396
5 changed files with 18 additions and 1 deletions
|
|
@ -892,6 +892,7 @@ class memberModel extends member
|
|||
if(file_exists($image_name_file))
|
||||
{
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_name_file);
|
||||
$info = new stdClass;
|
||||
$info->width = $width;
|
||||
$info->height = $height;
|
||||
$info->src = Context::getRequestUri().$image_name_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue